aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
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-06-02Add source files for Python scripting example (coming soon).Caroline Tice
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
2011-01-08Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton
2010-10-25Add comment explaining the options used to invoke the test driver.Johnny Chen
2010-10-25A simple config to test both x86_64 and i386 architectures.Johnny Chen
2010-10-15There's no need to explicitly call lldb.SBDebugger.Initialize() now. It is doneJohnny Chen
2010-10-12Added the capability for the test driver to split the sys.stderr/sys.stdout intoJohnny 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
2010-09-21Added the capability to source the configFile specified via the "-c" option inJohnny Chen
2010-09-10Added some missing API for address resolving within a module, and lookingGreg Clayton