Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
a889aee9354d532a250a8c5b8661a6c6f191297f
/
examples
/
python
/
crashlog.py
a889aee
Fix the following error when importing crashlog.py from a Python interactive session:
by Johnny Chen
· 13 years ago
4e46867
Fix AttributeError when using crashlog with verbose mode.
by Johnny Chen
· 13 years ago
1dae6f3
Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn't print out all of the commands when executing the shell script.
by Greg Clayton
· 13 years ago
6f2f0ab
Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work with all of the new module paths.
by Greg Clayton
· 13 years ago
4c983c8
Fixed some issues with symbolicating things. Fixed symbolication.add_module() to not use the resolved_path before we have tried to locate it. Fixed crashlog.locate_module_and_debug_symbols() to return true and false correctly.
by Greg Clayton
· 13 years ago
3d39f83
Added a platform agnostic symbolication python module that can be used by any targets. Then modified the darwin "crashlog.py" to use this agnostic info and the new functionality and classes.
by Greg Clayton
· 13 years ago
002945c
Added a fix to the crash log script that allows you to locate and load a binary from any location and _then_ do the symbolication. Something like:
by Greg Clayton
· 13 years ago
2c1fdd0
Added options to specify how many instructions before and after the frame
by Greg Clayton
· 14 years ago
223e808
Use the "shlex" module to parse the command line that was passed down into
by Greg Clayton
· 14 years ago
a3698c6
Fixed it so the "--help" option works for the crashlog command. Corrected and
by Greg Clayton
· 14 years ago
f7fb733
Fixed a global reference that should have been a reference to a class variable.
by Sean Callanan
· 14 years ago
e9ee550
Make the script work again from the command line as long as the PYTHONPATH
by Greg Clayton
· 14 years ago
cd79312
More fixed to verify if a file in the crash log is installed in the current
by Greg Clayton
· 14 years ago
8077a53
Improved the regular expressions to handle "+" characters being at the front
by Greg Clayton
· 14 years ago
01f7c96
Modified the symbolicate-crash.py so it can be imported into python as a
by Greg Clayton
· 14 years ago