hanchenye-llvm-project/lldb/examples
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
..
customization
darwin/heap_find Fix typos. 2015-07-22 00:16:02 +00:00
functions
interposing/darwin/fd_interposing
lookup
plugins/commands
python 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
scripting
summaries Py3'ify some of the examples that get run at startup. 2015-10-19 17:35:02 +00:00
synthetic Fix regression in gnu_libstdcpp.py introduced by r266313 2016-04-14 18:31:12 +00:00
test