hanchenye-llvm-project/lldb/source
Greg Clayton 5d5028b54e Added the first of hopefully many python example scripts that show how to
use the python API that is exposed through SWIG to do some cool stuff.

Also fixed synchronous debugging so that all process control APIs exposed
through the python API will now wait for the process to stop if you set
the async mode to false (see disasm.py).

llvm-svn: 115738
2010-10-06 03:53:16 +00:00
..
API Added the first of hopefully many python example scripts that show how to 2010-10-06 03:53:16 +00:00
Breakpoint Verify that we have a valid breakpoint ID before proceeding with retrieving its 2010-09-29 21:57:51 +00:00
Commands Restored the ability to set the format for expressions after changing the expression results over to ValueObjectSP objects. 2010-10-06 03:09:11 +00:00
Core Added the ability to get the disassembly instructions from the function and 2010-10-06 03:09:58 +00:00
Expression Added the ability to get the disassembly instructions from the function and 2010-10-06 03:09:58 +00:00
Host Cleaned up a unused member variable in Debugger. 2010-09-30 21:49:03 +00:00
Interpreter Add an "auto-confirm" setting to the debugger so you can turn off the confirmations if you want to. 2010-10-04 22:44:14 +00:00
Plugins Added the ability to get the disassembly instructions from the function and 2010-10-06 03:09:58 +00:00
Symbol One final patch for all of this class constructor, destructor, and conversion 2010-10-02 01:40:05 +00:00
Target There are now to new "settings set" variables that live in each debugger 2010-10-04 01:05:56 +00:00
Utility Cleaned a few build related things up: 2010-09-24 23:07:41 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. 2010-08-31 18:05:13 +00:00
lldb.cpp Committing the skeleton of Language runtime plugin classes. 2010-09-23 02:01:19 +00:00