This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bec49efdf2d7fe33a064a3e9faffa7704df87593
clang-p2996
/
lldb
/
examples
/
python
History
Greg Clayton
8ebb9a8564
Added the ability to disassembly GDB remote packets with the python file. This will make it easier to symbolicate the packet log output since we can use the lldb.utils.symbolication package module to symbolicate register values.
...
llvm-svn: 157835
2012-06-01 20:23:54 +00:00
..
cmdtemplate.py
Added a 'gdbremote' python module that adds two commands: start_gdb_log and end_gdb_log.
2012-01-26 02:56:24 +00:00
crashlog.py
Added the ability to run "symbolicate [options] <crashlog-index>" in interactive mode.
2012-05-31 21:21:08 +00:00
delta.py
Fixed up the command so that it doesn't dump the first arguments when run from the command line which was causing this script to dump the script itself.
2012-03-23 00:01:02 +00:00
disasm-stress-test.py
Added a --lldb option to override the location
2012-04-14 01:06:06 +00:00
disasm.py
Add usage docstring to SBValue.h, and minor update of docstrings for SBValueList.h.
2011-07-15 00:27:47 +00:00
gdbremote.py
Added the ability to disassembly GDB remote packets with the python file. This will make it easier to symbolicate the packet log output since we can use the lldb.utils.symbolication package module to symbolicate register values.
2012-06-01 20:23:54 +00:00
sbvalue.py
Added a new lldb.SBValue helper module that has two classes:
2012-01-30 19:32:25 +00:00
symbolication.py
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.
2012-05-11 00:30:14 +00:00