summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python/crashlog.py
Commit message (Expand)AuthorAgeFilesLines
* crashlog.py: Improve regular expressionsAdrian Prantl2019-11-071-8/+22
* [crashlog] Fix a mismatch between bytes and strings.Davide Italiano2019-07-091-1/+1
* Python 3: decode string as utf-8 to avoid type mismatch.Adrian Prantl2019-06-141-5/+5
* Make crashlog.py less noisyAdrian Prantl2019-06-141-9/+27
* [lldb] Ignore null frames in lldb.macosx crashlogStefan Granitz2019-06-121-0/+4
* [crashlog] Add a missing call to decode.Davide Italiano2019-05-301-1/+1
* [crashlog] Use loads() instead of readPlistFromString() for python 3.Davide Italiano2019-05-181-1/+7
* [crashlog] Strip trailing `\n` from check_output return.Davide Italiano2019-04-181-1/+1
* [crashlog] Use the right path for dsymforUUID and remove an unnecessary import.Davide Italiano2019-04-171-6/+1
* Portable exception value access across Python 2 / Python 3Serge Guelton2019-03-211-1/+1
* crashlog.py: Catch exception from subprocess.Adrian Prantl2019-03-071-1/+5
* [Python] Unbreak the recently modified tests for python 2.Davide Italiano2019-03-061-0/+1
* [testsuite] Port crashlog to python 3, second attempt.Davide Italiano2019-03-061-63/+63
* Revert "[testsuite] Port crashlog and dependencies to Python 3."Davide Italiano2019-03-051-67/+62
* [testsuite] Port crashlog and dependencies to Python 3.Davide Italiano2019-03-051-62/+67
* Fix use of non-existing variable in crashlog.pyShafik Yaghmour2019-01-311-1/+1
* Make crashlog.py work or binaries with spaces in their namesAdrian Prantl2018-12-171-21/+10
* Make crashlog.py work when a .dSYM is present, but a binary is missingAdrian Prantl2018-12-171-15/+37
* The save_crashlog command was still looking at lldb.target andJim Ingham2017-10-121-6/+7
* Print the error if dsymForUUID sometimes produces bad plists.Jim Ingham2017-03-281-1/+5
* Improve crashlog.py so it can handle more iOS crashlog files.Greg Clayton2016-12-081-0/+11
* *** 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