Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
examples
/
python
/
disasm.py
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
3d3a7cf
Add usage docstring to SBValue.h, and minor update of docstrings for SBValueList.h.
by Johnny Chen
· 14 years ago
d4deaf2
Remove unnecessary 'import' statement.
by Johnny Chen
· 14 years ago
b0b8853
Add a little spice to the script to allow us to specify a function name to break at and to disassemble.
by Johnny Chen
· 14 years ago
2dda916
Add a little twist to the disasm.py script so that it is possible to terminate the inferior process
by Johnny Chen
· 14 years ago
2cf6249
Modified to use SBTarget.LaunchSimple() API.
by Johnny Chen
· 14 years ago
9a26f0f
Use built-in truth value testing.
by Johnny Chen
· 14 years ago
e25799b
Modified to take advantage of the iteration protocol for our lldb container objects.
by Johnny Chen
· 14 years ago
406ef96
The example had gotten stale, so I made it work again, and for fun printed out the frame registers as well.
by Jim Ingham
· 15 years ago
8f6fca7
There's no need to explicitly call lldb.SBDebugger.Initialize() now. It is done
by Johnny Chen
· 15 years ago
701edc1
Minor change.
by Johnny Chen
· 15 years ago
05faeb7
Cleaned up the SWIG stuff so all includes happen as they should, no pulling
by Greg Clayton
· 15 years ago
cf4f56c
Fixed a few issues with the example script.
by Greg Clayton
· 15 years ago
5d5028b
Added the first of hopefully many python example scripts that show how to
by Greg Clayton
· 15 years ago