| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
print style and the (finally available :-) SetError API
llvm-svn: 186122
|
|
|
|
|
|
| |
This one actually exploits the SB API to obtain information about your inferior process
llvm-svn: 181500
|
|
|
|
| |
llvm-svn: 176059
|
|
|
|
| |
llvm-svn: 175776
|
|
|
|
| |
llvm-svn: 163773
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
end_gdb_log.
When this is imported into your lldb using the "command script import /path/to/gdbremote.py"
these new commands are available within LLDB. 'start_gdb_log' will enable logging with
timestamps for GDB remote packets, and 'stop_gdb_log' will then dump the details and
also a lot of packet timing data. This allows us to accurately track what packets are
taking up the most time when debugging (when using the ProcessGDBRemote debugging plug-in).
Also udpated the comments at the top of the cmdtemplate.py to show how to correctly import
the module from within LLDB.
llvm-svn: 149030
|
|
|
|
| |
llvm-svn: 148768
|
|
to breakpoints, creating new LLDB commands using python modules and also how
to run scripts from the command line.
llvm-svn: 148650
|