| Commit message (Expand) | Author | Age | Files | Lines |
| * | crashlog.py: Improve regular expressions | Adrian Prantl | 2019-11-07 | 1 | -8/+22 |
| * | [crashlog] Fix a mismatch between bytes and strings. | Davide Italiano | 2019-07-09 | 1 | -1/+1 |
| * | Python 3: decode string as utf-8 to avoid type mismatch. | Adrian Prantl | 2019-06-14 | 1 | -5/+5 |
| * | Make crashlog.py less noisy | Adrian Prantl | 2019-06-14 | 1 | -9/+27 |
| * | [lldb] Ignore null frames in lldb.macosx crashlog | Stefan Granitz | 2019-06-12 | 1 | -0/+4 |
| * | [crashlog] Add a missing call to decode. | Davide Italiano | 2019-05-30 | 1 | -1/+1 |
| * | [crashlog] Use loads() instead of readPlistFromString() for python 3. | Davide Italiano | 2019-05-18 | 1 | -1/+7 |
| * | [crashlog] Strip trailing `\n` from check_output return. | Davide Italiano | 2019-04-18 | 1 | -1/+1 |
| * | [crashlog] Use the right path for dsymforUUID and remove an unnecessary import. | Davide Italiano | 2019-04-17 | 1 | -6/+1 |
| * | Portable exception value access across Python 2 / Python 3 | Serge Guelton | 2019-03-21 | 1 | -1/+1 |
| * | crashlog.py: Catch exception from subprocess. | Adrian Prantl | 2019-03-07 | 1 | -1/+5 |
| * | [Python] Unbreak the recently modified tests for python 2. | Davide Italiano | 2019-03-06 | 1 | -0/+1 |
| * | [testsuite] Port crashlog to python 3, second attempt. | Davide Italiano | 2019-03-06 | 1 | -63/+63 |
| * | Revert "[testsuite] Port crashlog and dependencies to Python 3." | Davide Italiano | 2019-03-05 | 1 | -67/+62 |
| * | [testsuite] Port crashlog and dependencies to Python 3. | Davide Italiano | 2019-03-05 | 1 | -62/+67 |
| * | Fix use of non-existing variable in crashlog.py | Shafik Yaghmour | 2019-01-31 | 1 | -1/+1 |
| * | Make crashlog.py work or binaries with spaces in their names | Adrian Prantl | 2018-12-17 | 1 | -21/+10 |
| * | Make crashlog.py work when a .dSYM is present, but a binary is missing | Adrian Prantl | 2018-12-17 | 1 | -15/+37 |
| * | The save_crashlog command was still looking at lldb.target and | Jim Ingham | 2017-10-12 | 1 | -6/+7 |
| * | Print the error if dsymForUUID sometimes produces bad plists. | Jim Ingham | 2017-03-28 | 1 | -1/+5 |
| * | Improve crashlog.py so it can handle more iOS crashlog files. | Greg Clayton | 2016-12-08 | 1 | -0/+11 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -204/+375 |
| * | Fixed a few places that were building a regex from an identifier without esca... | Greg Clayton | 2016-06-10 | 1 | -1/+1 |
| * | Remove a few uses of lldb.target, which is not valid | Jim Ingham | 2015-06-23 | 1 | -5/+6 |
| * | Add a call to SBDebugger:Destroy() at the end of the self-hosted | Jason Molenda | 2015-04-01 | 1 | -0/+1 |
| * | symbolicate the application specific backtraces that are in MacOSX crash log ... | Greg Clayton | 2015-03-05 | 1 | -77/+121 |
| * | Fixed an issue where if you called: | Greg Clayton | 2014-04-07 | 1 | -1/+2 |
| * | <rdar://problem/13477795> | Greg Clayton | 2013-04-04 | 1 | -2/+2 |
| * | Made crashlog.py handle cases where a parent | Sean Callanan | 2013-01-12 | 1 | -3/+5 |
| * | Added auto LLDB import to the crashlog script. | Greg Clayton | 2012-09-19 | 1 | -2/+32 |
| * | Make the tab character in the thread frame lines optional. | Jason Molenda | 2012-08-31 | 1 | -1/+1 |
| * | <rdar://problem/11757916> | Greg Clayton | 2012-08-29 | 1 | -5/+8 |
| * | Instead of using re.split and requiring two spaces between the "regname: regv... | Jason Molenda | 2012-08-28 | 1 | -1/+2 |
| * | <rdar://problem/12087275> | Greg Clayton | 2012-08-13 | 1 | -1/+1 |
| * | Enable the "symbolicate" interactive command to symbolicate all crash logs if... | Greg Clayton | 2012-07-16 | 1 | -15/+18 |
| * | Show source by default for the first 4 frames of the crash thread. Also added... | Greg Clayton | 2012-07-13 | 1 | -13/+18 |
| * | Added the ability to see source context with each frame in the "crashlog" com... | Greg Clayton | 2012-07-13 | 1 | -8/+37 |
| * | Make the interactive command interpreter build into the "crashlog" command wo... | Greg Clayton | 2012-07-03 | 1 | -0/+1 |
| * | Listen to the "--verbose" flag when running "crashlog" and if verbose is enab... | Greg Clayton | 2012-06-28 | 1 | -6/+7 |
| * | Added a "save_crashlog" command to the lldb.macosx.crashlog package that allo... | Greg Clayton | 2012-06-27 | 1 | -1/+81 |
| * | Cleaned up some stuff in symbolication where we can now lazily get images whe... | Greg Clayton | 2012-06-04 | 1 | -7/+11 |
| * | Added the ability to run "symbolicate [options] <crashlog-index>" in interact... | Greg Clayton | 2012-05-31 | 1 | -98/+123 |
| * | Make sure to subtract one from the PC when doing the symbolication of stack f... | Greg Clayton | 2012-05-17 | 1 | -1/+6 |
| * | Fixed an exception when parsing crash logs. | Greg Clayton | 2012-05-16 | 1 | -1/+2 |
| * | Modified the symbolication.Image object to store its uuid as a uuid.UUID obje... | Greg Clayton | 2012-05-11 | 1 | -23/+34 |
| * | Make crashlog.py more robust when dealing with the "Version: ..." header from... | Johnny Chen | 2012-05-10 | 1 | -2/+8 |
| * | Added an interactive mode to the "crashlog" command so that we can look at mu... | Greg Clayton | 2012-05-04 | 1 | -83/+183 |
| * | Fix the following error when importing crashlog.py from a Python interactive ... | Johnny Chen | 2012-05-03 | 1 | -1/+1 |
| * | Fix AttributeError when using crashlog with verbose mode. | Johnny Chen | 2012-05-03 | 1 | -1/+4 |
| * | Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn... | Greg Clayton | 2012-04-25 | 1 | -6/+6 |