llvm-project/lldb/examples/python
Greg Clayton fe9d1ee9e4 Added a new python example which installs a command called "shadow".
This shows how to grab individual blocks from stack frames and get only the variables from those blocks. It then will iterate over all of the parent blocks and look for shadowed variables.

llvm-svn: 273604
2016-06-23 19:54:32 +00:00
..
cmdtemplate.py
crashlog.py Fixed a few places that were building a regex from an identifier without escaping the identifier text. 2016-06-10 20:09:33 +00:00
delta.py Fix typos. 2014-07-01 21:22:11 +00:00
diagnose_nsstring.py
diagnose_unwind.py
dict_utils.py
disasm-stress-test.py
disasm.py
file_extract.py
gdb_disassemble.py
gdbremote.py Fix typo in gdbremote.py 2015-07-28 15:13:23 +00:00
globals.py
jump.py
lldb_module_utils.py
lldbtk.py Improved the TreeItem delegate which simplifies making tree items: 2014-10-07 17:30:23 +00:00
mach_o.py Fix typos. 2014-07-01 21:22:11 +00:00
memory.py
operating_system.py
performance.py
process_events.py Fix process_events.py to auto continue the process if we attached so the process doesn't just sit there suspended. 2015-08-12 20:04:01 +00:00
pytracer.py
sbvalue.py
scripted_step.py Another little example use of scripted thread plans. 2016-05-03 00:14:52 +00:00
shadow.py Added a new python example which installs a command called "shadow". 2016-06-23 19:54:32 +00:00
sources.py
stacks.py Don't use "lldb." global variables in LLDB commands. 2014-07-11 22:41:30 +00:00
symbolication.py Fixed a few places that were building a regex from an identifier without escaping the identifier text. 2016-06-10 20:09:33 +00:00
types.py Fix types.py to actually be able to run check_padding_command() without erroring out. 2015-06-01 17:28:45 +00:00
x86_64_linux_target_definition.py Adjust PC after hitting breakpoint on remote target. 2013-10-18 10:04:33 +00:00
x86_64_qemu_target_definition.py Add example target description file for QEMU for x86-64. 2014-02-20 14:02:56 +00:00
x86_64_target_definition.py Fix to only update the offset for concrete registers (ones that don't have 'slice' or 'composite' key/value pairs). 2013-12-13 00:35:21 +00:00