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
f7ab038ada0a88448a71d68df7cddfff8af21d0d
clang-p2996
/
lldb
/
examples
/
python
History
Greg Clayton
f7ab038ada
Make the interactive command interpreter build into the "crashlog" command work correctly when run inside LLDB. Before this fix the "cmd.Cmd" object was trying to read from stdin itself and it was competing without command interpreter for the bytes.
...
llvm-svn: 159688
2012-07-03 21:40:18 +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
Make the interactive command interpreter build into the "crashlog" command work correctly when run inside LLDB. Before this fix the "cmd.Cmd" object was trying to read from stdin itself and it was competing without command interpreter for the bytes.
2012-07-03 21:40:18 +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
Cleaned up some stuff in symbolication where we can now lazily get images when symbolicating after loading a crash log file.
2012-06-04 23:22:17 +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
Listen to the "--verbose" flag when running "crashlog" and if verbose is enabled, then dump full paths to source files and modules.
2012-06-28 18:10:14 +00:00