llvm-project/lldb/tools
Jim Ingham ffc9f1de34 This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit the debugger
after all the commands have been executed except if one of the commands was an execution control
command that stopped because of a signal or exception.

Also adds a variant of SBCommandInterpreter::HandleCommand that takes an SBExecutionContext.  That
way you can run an lldb command targeted at a particular target, thread or process w/o having to 
select same before running the command.

Also exposes CommandInterpreter::HandleCommandsFromFile to the SBCommandInterpreter API, since that
seemed generally useful.

llvm-svn: 219654
2014-10-14 01:20:07 +00:00
..
darwin-debug Fix typos. 2014-07-01 21:22:11 +00:00
darwin-threads Move the code which translates a dispatch_qaddr into a 2013-10-18 05:55:24 +00:00
debugserver Rework the way we pass "run multiple command" options to the various API's that 2014-10-11 00:38:27 +00:00
driver This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit the debugger 2014-10-14 01:20:07 +00:00
install-headers Fixed our install-headers script to set version 2014-07-17 17:26:38 +00:00
lldb-gdbserver Move ConnectionFileDescriptor to platform-specific Host directory. 2014-10-06 21:22:36 +00:00
lldb-mi Fix lldb-mi driver for running on OSX. 2014-09-12 12:17:21 +00:00
lldb-perf Cleanup how we listen for process events by using the broadcaster class name instead of having to catch each process instance as it comes alive. 2014-08-18 21:09:50 +00:00
lldb-platform Move ConnectionFileDescriptor to platform-specific Host directory. 2014-10-06 21:22:36 +00:00
CMakeLists.txt Initial commit of LLDB Machine Interface Frontend. 2014-05-16 10:51:01 +00:00
Makefile Build lldb-mi on all platforms with Makefile builds 2014-09-17 00:28:31 +00:00