summaryrefslogtreecommitdiff
path: root/lldb/examples/python
AgeCommit message (Expand)Author
2012-05-03Fix AttributeError when using crashlog with verbose mode.Johnny Chen
2012-04-25Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn...Greg Clayton
2012-04-25Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work...Greg Clayton
2012-04-20Fixed some issues with symbolicating things. Fixed symbolication.add_module()...Greg Clayton
2012-04-14Added a --lldb option to override the locationSean Callanan
2012-04-06The remaining time calculation didn't reflect theSean Callanan
2012-04-06Removed a call to truncate() which slowed downSean Callanan
2012-04-06Updated the disassembler stress tester with twoSean Callanan
2012-04-06Added a stress-tester for LLDB's disassembler.Sean Callanan
2012-04-03Added a platform agnostic symbolication python module that can be used by any...Greg Clayton
2012-04-02Remove unused file as this file is deprecated (use ./crashlog.py instead).Greg Clayton
2012-03-29When running this from the command line, don't pass the python script file it...Greg Clayton
2012-03-23Fixed up the command so that it doesn't dump the first arguments when run fro...Greg Clayton
2012-03-22Added python script that implements a "parse_log_file" command in LLDB which canGreg Clayton
2012-03-20Added a fix to the crash log script that allows you to locate and load a bina...Greg Clayton
2012-03-01Add an option to sort by packet count (rather than time). Also print the count,Jim Ingham
2012-01-30Added a new lldb.SBValue helper module that has two classes:Greg Clayton
2012-01-26Added a 'gdbremote' python module that adds two commands: start_gdb_log and e...Greg Clayton
2012-01-24Proof-reading the python docs.Jim Ingham
2012-01-22Added a python FAQ page with detailed examples of how to add python functionsGreg Clayton
2012-01-21Added options to specify how many instructions before and after the frameGreg Clayton
2012-01-21Use the "shlex" module to parse the command line that was passed down intoGreg Clayton
2012-01-21Fixed it so the "--help" option works for the crashlog command. Corrected andGreg Clayton
2012-01-20This file is no longer needed since the command:Greg Clayton
2012-01-20Fixed a global reference that should have beenSean Callanan
2012-01-20Make the script work again from the command line as long as the PYTHONPATH Greg Clayton
2012-01-20More fixed to verify if a file in the crash log is installed in the currentGreg Clayton
2012-01-20Improved the regular expressions to handle "+" characters being at the frontGreg Clayton
2012-01-20Modified the symbolicate-crash.py so it can be imported into python as aGreg Clayton
2011-10-06Allow the crash log file path to contain an initial tilde component.Johnny Chen
2011-10-06Simplify code to print symbols and sections within a module using the built-i...Johnny Chen
2011-10-01Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton
2011-09-27Fixed the public and internal disassembler API to be named correctly:Greg Clayton
2011-09-26Fixes for a few different versions of the darwin crash log.Greg Clayton
2011-09-26Added an example that symbolicates symbol information. This fileGreg Clayton
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