summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python/crashlog.py
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-204/+375
* Fixed a few places that were building a regex from an identifier without esca...Greg Clayton2016-06-101-1/+1
* Remove a few uses of lldb.target, which is not validJim Ingham2015-06-231-5/+6
* Add a call to SBDebugger:Destroy() at the end of the self-hostedJason Molenda2015-04-011-0/+1
* symbolicate the application specific backtraces that are in MacOSX crash log ...Greg Clayton2015-03-051-77/+121
* Fixed an issue where if you called:Greg Clayton2014-04-071-1/+2
* <rdar://problem/13477795>Greg Clayton2013-04-041-2/+2
* Made crashlog.py handle cases where a parentSean Callanan2013-01-121-3/+5
* Added auto LLDB import to the crashlog script.Greg Clayton2012-09-191-2/+32
* Make the tab character in the thread frame lines optional.Jason Molenda2012-08-311-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-5/+8
* Instead of using re.split and requiring two spaces between the "regname: regv...Jason Molenda2012-08-281-1/+2
* <rdar://problem/12087275>Greg Clayton2012-08-131-1/+1
* Enable the "symbolicate" interactive command to symbolicate all crash logs if...Greg Clayton2012-07-161-15/+18
* Show source by default for the first 4 frames of the crash thread. Also added...Greg Clayton2012-07-131-13/+18
* Added the ability to see source context with each frame in the "crashlog" com...Greg Clayton2012-07-131-8/+37
* Make the interactive command interpreter build into the "crashlog" command wo...Greg Clayton2012-07-031-0/+1
* Listen to the "--verbose" flag when running "crashlog" and if verbose is enab...Greg Clayton2012-06-281-6/+7
* Added a "save_crashlog" command to the lldb.macosx.crashlog package that allo...Greg Clayton2012-06-271-1/+81
* Cleaned up some stuff in symbolication where we can now lazily get images whe...Greg Clayton2012-06-041-7/+11
* Added the ability to run "symbolicate [options] <crashlog-index>" in interact...Greg Clayton2012-05-311-98/+123
* Make sure to subtract one from the PC when doing the symbolication of stack f...Greg Clayton2012-05-171-1/+6
* Fixed an exception when parsing crash logs.Greg Clayton2012-05-161-1/+2
* Modified the symbolication.Image object to store its uuid as a uuid.UUID obje...Greg Clayton2012-05-111-23/+34
* Make crashlog.py more robust when dealing with the "Version: ..." header from...Johnny Chen2012-05-101-2/+8
* 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