llvm-project/lldb/source
Enrico Granata 1ddbd8a68b Fixing the log line for SBValue::MightHaveChildren() to report the correct function name
llvm-svn: 176232
2013-02-28 02:26:12 +00:00
..
API Fixing the log line for SBValue::MightHaveChildren() to report the correct function name 2013-02-28 02:26:12 +00:00
Breakpoint Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Commands <rdar://problem/13265297> 2013-02-23 04:12:47 +00:00
Core Fixed a case where the result of std::string's c_str() method was being called on a local variable and returned as a const char * incorrectly. We used to cache the thread names for threads in the current host process, but we shoudn't be caching that as the names can change over time, so now a std::string is returned from Host::GetThreadName(). 2013-02-27 22:51:58 +00:00
DataFormatters Optimization of the code-running NSDictionary formatter to skip runtime symbol fetching 2013-02-25 19:44:39 +00:00
Expression Add GNU indirect function support in expressions for Linux. 2013-02-27 20:13:38 +00:00
Host Fixed a case where the result of std::string's c_str() method was being called on a local variable and returned as a const char * incorrectly. We used to cache the thread names for threads in the current host process, but we shoudn't be caching that as the names can change over time, so now a std::string is returned from Host::GetThreadName(). 2013-02-27 22:51:58 +00:00
Interpreter Correct the logic in DumpCommandHistory when the end index is UINT32_MAX. 2013-02-22 23:23:42 +00:00
Plugins Added eSymbolTypeResolver to a few switch statements that needed it. 2013-02-27 21:16:04 +00:00
Symbol Added eSymbolTypeResolver to a few switch statements that needed it. 2013-02-27 21:16:04 +00:00
Target Add GNU indirect function support in expressions for Linux. 2013-02-27 20:13:38 +00:00
Utility Update CMake lists of sources to include files added in r175787 and r175323 2013-02-21 21:16:52 +00:00
CMakeLists.txt Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Makefile Actually build DataFormatters dir. Fix for the r173732 fix. 2013-01-29 22:20:20 +00:00
lldb-log.cpp <rdar://problem/13159777> 2013-02-06 17:22:03 +00:00
lldb.cpp Enable ProcessGDBRemote plugin on Linux 2013-01-08 14:55:36 +00:00