hanchenye-llvm-project/lldb/tools/driver
Jim Ingham 12e9a2012f Track whether a process was Launched or Attached to. If Attached, the detach when the debugger is destroyed, rather than killing the process. Also added a Debugger::Clear, which gets called in Debugger::Destroy to deal with all the targets in the Debugger. Also made the Driver's main loop call Destroy on the debugger, rather than just Destroying the currently selected Target's process.
llvm-svn: 139852
2011-09-15 21:30:02 +00:00
..
Driver.cpp Track whether a process was Launched or Attached to. If Attached, the detach when the debugger is destroyed, rather than killing the process. Also added a Debugger::Clear, which gets called in Debugger::Destroy to deal with all the targets in the Debugger. Also made the Driver's main loop call Destroy on the debugger, rather than just Destroying the currently selected Target's process. 2011-09-15 21:30:02 +00:00
Driver.h Adding "-n", "-p" and "-w" flags to the lldb command-line tool to 2011-09-13 23:25:31 +00:00
IOChannel.cpp Fixes the occasional crash on exit when quitting lldb with control-D. 2011-08-12 02:40:17 +00:00
IOChannel.h Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00
lldb-Info.plist