aboutsummaryrefslogtreecommitdiff
path: root/lldb/examples/python/disasm.py
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-21/+28
2011-07-15Add usage docstring to SBValue.h, and minor update of docstrings for SBValueL...Johnny Chen1-1/+1
2011-07-06Remove unnecessary 'import' statement.Johnny Chen1-1/+0
2011-05-25Add a little spice to the script to allow us to specify a function name to br...Johnny Chen1-3/+20
2011-05-25Add a little twist to the disasm.py script so that it is possible to terminat...Johnny Chen1-7/+12
2011-05-25Modified to use SBTarget.LaunchSimple() API.Johnny Chen1-2/+1
2011-05-25Use built-in truth value testing.Johnny Chen1-6/+6
2011-04-28Modified to take advantage of the iteration protocol for our lldb container o...Johnny Chen1-12/+8
2011-03-30The example had gotten stale, so I made it work again, and for fun printed ou...Jim Ingham1-2/+16
2010-10-15There's no need to explicitly call lldb.SBDebugger.Initialize() now. It is doneJohnny Chen1-3/+0
2010-10-09Minor change.Johnny Chen1-1/+1
2010-10-07Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton1-35/+48
2010-10-06Fixed a few issues with the example script.Greg Clayton1-2/+2
2010-10-06Added the first of hopefully many python example scripts that show how toGreg Clayton1-0/+79