llvm-project/lldb/source
Jim Ingham d9916eaecc breakpoint command add currently doesn't support adding commands to more than one breakpoint
at a time.  Enforce this for now (we should relax the requirement when we have a little more time.)

<rdar://problem/13314462>

llvm-svn: 176291
2013-02-28 19:30:07 +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 breakpoint command add currently doesn't support adding commands to more than one breakpoint 2013-02-28 19:30:07 +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 Fixed some problems with type deportation: 2013-02-28 03:12:58 +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 Fixed some problems with type deportation: 2013-02-28 03:12:58 +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 Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp <rdar://problem/13159777> 2013-02-06 17:22:03 +00:00
lldb.cpp Made lldb.cpp build with clang 5.0. 2013-02-28 18:09:18 +00:00