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
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
pytracer.py
sbvalue.py
scripted_step.py
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
types.py
x86_64_linux_target_definition.py
x86_64_qemu_target_definition.py
x86_64_target_definition.py