Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
eb3cd92b6ccc11ef78e8550e539db0fc00cccae3
/
examples
/
python
/
symbolication.py
4bb82ac
<rdar://problem/13477795>
by Greg Clayton
· 12 years ago
d6445b0
Added missing lldb module namespace.
by Greg Clayton
· 12 years ago
afa3138
<rdar://problem/13286937>
by Greg Clayton
· 12 years ago
49ce896
<rdar://problem/11757916>
by Greg Clayton
· 13 years ago
0d0f56d
Make const result value objects able to return dynamic types.
by Greg Clayton
· 13 years ago
2b69a2b
Listen to the "--verbose" flag when running "crashlog" and if verbose is enabled, then dump full paths to source files and modules.
by Greg Clayton
· 13 years ago
1b62f59
Cleaned up some stuff in symbolication where we can now lazily get images when symbolicating after loading a crash log file.
by Greg Clayton
· 13 years ago
d8056e2
Modified the symbolication.Image object to store its uuid as a uuid.UUID object and made an accessor for getting a normalized UUID value out of the image object.
by Greg Clayton
· 13 years ago
9d01042
Added an interactive mode to the "crashlog" command so that we can look at multiple crash logs at once and do some data mining. Added an interactive command prompt that allows you to do:
by Greg Clayton
· 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
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