hanchenye-llvm-project/lldb/source
Jason Molenda c8064ac626 Move the ivars / logic of SBQueue into a QueueImpl class and
change SBQueue to have a shared pointer to its corresponding
QueueImpl object for binary compatibility.
<rdar://problem/15657926> 

llvm-svn: 197300
2013-12-14 01:14:45 +00:00
..
API Move the ivars / logic of SBQueue into a QueueImpl class and 2013-12-14 01:14:45 +00:00
Breakpoint For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time 2013-12-06 01:12:00 +00:00
Commands Centralized the launching of a process into Target::Launch() 2013-12-13 17:20:18 +00:00
Core Pickup fixes for demangling crashers. 2013-12-12 17:39:39 +00:00
DataFormatters <rdar://problem/15530080> 2013-11-22 00:02:13 +00:00
Expression Fix the test suite after the changes made in revision 196616 exposed issues in the test suite. 2013-12-10 23:16:40 +00:00
Host Fixes an issue where a signum => name mapping function has multiple case statements that define to the same integral value on my Linux (Ubuntu 12.04, x86_64). It's for SIGIO and SIGPOLL. 2013-12-13 09:51:39 +00:00
Interpreter Fix autocompletion for multi-word commands. 2013-12-10 19:14:04 +00:00
Plugins Centralized the launching of a process into Target::Launch() 2013-12-13 17:20:18 +00:00
Symbol Fix log message for new invalidation checks in PlanValidAtAddress(). 2013-12-03 21:59:39 +00:00
Target Centralized the launching of a process into Target::Launch() 2013-12-13 17:20:18 +00:00
Utility Extends StringExtractorGDBRemote to support debugger packets. 2013-12-05 19:25:45 +00:00
CMakeLists.txt Improve the set of the Python libraries during the cmake build. 2013-11-15 14:15:10 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp The output of 'log list' was missing a few of the lldb channels: 2013-09-12 01:48:59 +00:00
lldb.cpp Commit a work-in-progress system runtime for Mac OS X which won't 2013-11-15 00:17:32 +00:00