hanchenye-llvm-project/lldb/examples/python
Greg Clayton 296f166aa3 Fixup the "shadow" example command to use the function that takes an execution context now that the @lldb.command decorator does the right thing for the command function that takes 5 arguments.
A few fixes:
- Check the process state to make sure it is stopped
- Grab the frame from the "exe_ctx" so this will work during breakpoint callbacks
- Print out the SBDeclaration objects of the variables that shadow each other so we can see the source locations of which variable declarations are shodowing each other.

llvm-svn: 273963
2016-06-28 00:06:35 +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
diagnose_nsstring.py
diagnose_unwind.py
dict_utils.py
disasm-stress-test.py
disasm.py
file_extract.py
gdb_disassemble.py
gdbremote.py
globals.py
jump.py
lldb_module_utils.py
lldbtk.py
mach_o.py
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 Fixup the "shadow" example command to use the function that takes an execution context now that the @lldb.command decorator does the right thing for the command function that takes 5 arguments. 2016-06-28 00:06:35 +00:00
sources.py
stacks.py
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
x86_64_linux_target_definition.py
x86_64_qemu_target_definition.py
x86_64_target_definition.py