llvm-project/lldb/tools/debugserver
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
..
debugserver.xcodeproj Bumped Xcode project versions to lldb-46 and debugserver-131. 2011-01-29 07:14:26 +00:00
resources Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
scripts Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
source Abtracted the innards of lldb-core away from the SB interface. There was some 2011-03-22 01:14:58 +00:00
debugnub-exports Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00