index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
examples
/
python
/
crashlog.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
*** 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
*
Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work...
Greg Clayton
2012-04-25
1
-13
/
+13
*
Fixed some issues with symbolicating things. Fixed symbolication.add_module()...
Greg Clayton
2012-04-20
1
-6
/
+5
*
Added a platform agnostic symbolication python module that can be used by any...
Greg Clayton
2012-04-03
1
-359
/
+87
*
Added a fix to the crash log script that allows you to locate and load a bina...
Greg Clayton
2012-03-20
1
-13
/
+16
*
Added options to specify how many instructions before and after the frame
Greg Clayton
2012-01-21
1
-12
/
+25
*
Use the "shlex" module to parse the command line that was passed down into
Greg Clayton
2012-01-21
1
-6
/
+25
*
Fixed it so the "--help" option works for the crashlog command. Corrected and
Greg Clayton
2012-01-21
1
-172
/
+210
*
Fixed a global reference that should have been
Sean Callanan
2012-01-20
1
-1
/
+1
*
Make the script work again from the command line as long as the PYTHONPATH
Greg Clayton
2012-01-20
1
-54
/
+64
*
More fixed to verify if a file in the crash log is installed in the current
Greg Clayton
2012-01-20
1
-38
/
+72
*
Improved the regular expressions to handle "+" characters being at the front
Greg Clayton
2012-01-20
1
-30
/
+36
*
Modified the symbolicate-crash.py so it can be imported into python as a
Greg Clayton
2012-01-20
1
-0
/
+622