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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added a new example that extracts all global variables from an object file an...
Greg Clayton
2012-07-05
1
-0
/
+72
*
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
2
-16
/
+25
*
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
3
-135
/
+201
*
Added the ability to disassembly GDB remote packets with the python file. Thi...
Greg Clayton
2012-06-01
1
-22
/
+821
*
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
2
-27
/
+44
*
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
2
-84
/
+184
*
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
2
-7
/
+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
2
-12
/
+10
*
Added a --lldb option to override the location
Sean Callanan
2012-04-14
1
-15
/
+19
*
The remaining time calculation didn't reflect the
Sean Callanan
2012-04-06
1
-1
/
+1
*
Removed a call to truncate() which slowed down
Sean Callanan
2012-04-06
1
-1
/
+0
*
Updated the disassembler stress tester with two
Sean Callanan
2012-04-06
1
-20
/
+54
*
Added a stress-tester for LLDB's disassembler.
Sean Callanan
2012-04-06
1
-0
/
+131
*
Added a platform agnostic symbolication python module that can be used by any...
Greg Clayton
2012-04-03
2
-359
/
+611
*
Remove unused file as this file is deprecated (use ./crashlog.py instead).
Greg Clayton
2012-04-02
1
-573
/
+0
*
When running this from the command line, don't pass the python script file it...
Greg Clayton
2012-03-29
1
-1
/
+1
*
Fixed up the command so that it doesn't dump the first arguments when run fro...
Greg Clayton
2012-03-23
1
-7
/
+8
*
Added python script that implements a "parse_log_file" command in LLDB which can
Greg Clayton
2012-03-22
1
-0
/
+114
*
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
*
Add an option to sort by packet count (rather than time). Also print the count,
Jim Ingham
2012-03-01
1
-7
/
+20
*
Added a new lldb.SBValue helper module that has two classes:
Greg Clayton
2012-01-30
1
-0
/
+255
*
Added a 'gdbremote' python module that adds two commands: start_gdb_log and e...
Greg Clayton
2012-01-26
2
-4
/
+188
*
Proof-reading the python docs.
Jim Ingham
2012-01-24
1
-5
/
+6
*
Added a python FAQ page with detailed examples of how to add python functions
Greg Clayton
2012-01-22
1
-0
/
+49
*
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
*
This file is no longer needed since the command:
Greg Clayton
2012-01-20
1
-5
/
+0
*
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
2
-30
/
+41
*
Modified the symbolicate-crash.py so it can be imported into python as a
Greg Clayton
2012-01-20
1
-0
/
+622
*
Allow the crash log file path to contain an initial tilde component.
Johnny Chen
2011-10-06
1
-1
/
+2
*
Simplify code to print symbols and sections within a module using the built-i...
Johnny Chen
2011-10-06
1
-9
/
+4
*
Cleaned up the the code that figures out the inlined stack frames given a
Greg Clayton
2011-10-01
1
-2
/
+2
*
Fixed the public and internal disassembler API to be named correctly:
Greg Clayton
2011-09-27
1
-5
/
+5
*
Fixes for a few different versions of the darwin crash log.
Greg Clayton
2011-09-26
1
-20
/
+32
*
Added an example that symbolicates symbol information. This file
Greg Clayton
2011-09-26
1
-0
/
+565
*
Add usage docstring to SBValue.h, and minor update of docstrings for SBValueL...
Johnny Chen
2011-07-15
1
-1
/
+1
*
Remove unnecessary 'import' statement.
Johnny Chen
2011-07-06
1
-1
/
+0
[prev]
[next]