summaryrefslogtreecommitdiff
path: root/lldb/examples/python/disasm.py
AgeCommit message (Expand)Author
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2020-07-16Harmonize Python shebangserge-sans-paille
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2011-07-15Add usage docstring to SBValue.h, and minor update of docstrings for SBValueL...Johnny Chen
2011-07-06Remove unnecessary 'import' statement.Johnny Chen
2011-05-25Add a little spice to the script to allow us to specify a function name to br...Johnny Chen
2011-05-25Add a little twist to the disasm.py script so that it is possible to terminat...Johnny Chen
2011-05-25Modified to use SBTarget.LaunchSimple() API.Johnny Chen
2011-05-25Use built-in truth value testing.Johnny Chen
2011-04-28Modified to take advantage of the iteration protocol for our lldb container o...Johnny Chen
2011-03-30The example had gotten stale, so I made it work again, and for fun printed ou...Jim Ingham
2010-10-15There's no need to explicitly call lldb.SBDebugger.Initialize() now. It is doneJohnny Chen
2010-10-09Minor change.Johnny Chen
2010-10-07Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton
2010-10-06Fixed a few issues with the example script.Greg Clayton
2010-10-06Added the first of hopefully many python example scripts that show how toGreg Clayton