llvm-project/lldb/source
Greg Clayton fc36f79170 Abtracted the innards of lldb-core away from the SB interface. There was some
overlap in the SWIG integration which has now been fixed by introducing
callbacks for initializing SWIG for each language (python only right now).
There was also a breakpoint command callback that called into SWIG which has
been abtracted into a callback to avoid cross over as well.

Added a new binary: lldb-platform

This will be the start of the remote platform that will use as much of the 
Host functionality to do its job so it should just work on all platforms.
It is pretty hollowed out for now, but soon it will implement a platform
using the GDB remote packets as the transport.

llvm-svn: 128053
2011-03-22 01:14:58 +00:00
..
API Abtracted the innards of lldb-core away from the SB interface. There was some 2011-03-22 01:14:58 +00:00
Breakpoint Added more platform support. There are now some new commands: 2011-03-19 01:12:21 +00:00
Commands Split all of the core of LLDB.framework/lldb.so into a 2011-03-20 04:57:14 +00:00
Core Split all of the core of LLDB.framework/lldb.so into a 2011-03-20 04:57:14 +00:00
Expression Split all of the core of LLDB.framework/lldb.so into a 2011-03-20 04:57:14 +00:00
Host Added real user/group id, effective user/group id, and parent 2011-03-21 21:25:07 +00:00
Interpreter Abtracted the innards of lldb-core away from the SB interface. There was some 2011-03-22 01:14:58 +00:00
Plugins Split all of the core of LLDB.framework/lldb.so into a 2011-03-20 04:57:14 +00:00
Symbol Split all of the core of LLDB.framework/lldb.so into a 2011-03-20 04:57:14 +00:00
Target Split all of the core of LLDB.framework/lldb.so into a 2011-03-20 04:57:14 +00:00
Utility Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. 2011-02-24 22:24:29 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Patch to remove uses of non-standard strcasestr and replace then with 2011-02-04 18:55:41 +00:00
lldb.cpp Abtracted the innards of lldb-core away from the SB interface. There was some 2011-03-22 01:14:58 +00:00