summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python/crashlog.py
Commit message (Expand)AuthorAgeFilesLines
* Added an interactive mode to the "crashlog" command so that we can look at mu...Greg Clayton2012-05-041-83/+183
* Fix the following error when importing crashlog.py from a Python interactive ...Johnny Chen2012-05-031-1/+1
* Fix AttributeError when using crashlog with verbose mode.Johnny Chen2012-05-031-1/+4
* Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn...Greg Clayton2012-04-251-6/+6
* Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work...Greg Clayton2012-04-251-13/+13
* Fixed some issues with symbolicating things. Fixed symbolication.add_module()...Greg Clayton2012-04-201-6/+5
* Added a platform agnostic symbolication python module that can be used by any...Greg Clayton2012-04-031-359/+87
* Added a fix to the crash log script that allows you to locate and load a bina...Greg Clayton2012-03-201-13/+16
* Added options to specify how many instructions before and after the frameGreg Clayton2012-01-211-12/+25
* Use the "shlex" module to parse the command line that was passed down intoGreg Clayton2012-01-211-6/+25
* Fixed it so the "--help" option works for the crashlog command. Corrected andGreg Clayton2012-01-211-172/+210
* Fixed a global reference that should have beenSean Callanan2012-01-201-1/+1
* Make the script work again from the command line as long as the PYTHONPATH Greg Clayton2012-01-201-54/+64
* More fixed to verify if a file in the crash log is installed in the currentGreg Clayton2012-01-201-38/+72
* Improved the regular expressions to handle "+" characters being at the frontGreg Clayton2012-01-201-30/+36
* Modified the symbolicate-crash.py so it can be imported into python as aGreg Clayton2012-01-201-0/+622
OpenPOWER on IntegriCloud