llvm-project/lldb/examples/python
Jason Molenda d204afaee8 Make the tab character in the thread frame lines optional.
llvm-svn: 163037
2012-08-31 23:27:24 +00:00
..
cmdtemplate.py Added a 'gdbremote' python module that adds two commands: start_gdb_log and end_gdb_log. 2012-01-26 02:56:24 +00:00
crashlog.py Make the tab character in the thread frame lines optional. 2012-08-31 23:27:24 +00:00
delta.py Fixed up the command so that it doesn't dump the first arguments when run from the command line which was causing this script to dump the script itself. 2012-03-23 00:01:02 +00:00
disasm-stress-test.py Added a --lldb option to override the location 2012-04-14 01:06:06 +00:00
disasm.py Add usage docstring to SBValue.h, and minor update of docstrings for SBValueList.h. 2011-07-15 00:27:47 +00:00
gdbremote.py Added qVAttachOrWaitSupported packet support. 2012-08-20 16:50:43 +00:00
globals.py Added a new example that extracts all global variables from an object file and prints any available info. 2012-07-05 20:24:41 +00:00
operating_system.py The OS plug-in can now get data from a python script that implements the protocol. 2012-08-24 05:45:15 +00:00
process_events.py Added command lists that can be executed on launch, stop, crash and exit. Added code to auto import the lldb module that we can use on many stand alone modules. 2012-08-31 02:55:56 +00:00
sbvalue.py Added a new lldb.SBValue helper module that has two classes: 2012-01-30 19:32:25 +00:00
symbolication.py <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00