| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 243421
|
|
|
|
|
|
| |
to the response functions (find any 0x7d characters and remove it and XOR the next character with 0x20). This allows us to parse the JSON in the reply packet and display it correctly.
llvm-svn: 242928
|
|
|
|
| |
llvm-svn: 242709
|
|
|
|
|
|
| |
QSetDisableASLR, qLaunchSuccess and QLaunchArch.
llvm-svn: 242586
|
|
|
|
|
|
| |
retrieved from a qXfer packets.
llvm-svn: 242566
|
|
|
|
| |
llvm-svn: 242490
|
|
|
|
|
|
| |
register values when disassembling the packet log.
llvm-svn: 241307
|
|
|
|
|
|
| |
out average packets speed and standard deviation.
llvm-svn: 238065
|
|
|
|
| |
llvm-svn: 212132
|
|
|
|
| |
llvm-svn: 162207
|
|
|
|
|
|
|
|
| |
when symbolicating after loading a crash log file.
Added colorization to the gdbremote.py output and also added the ability to symbolicate the addresses in registers.
llvm-svn: 157965
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
itself to be disassembled.
llvm-svn: 153626
|
|
|
|
|
|
| |
and to print the total count & time in the header.
llvm-svn: 151823
|
|
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
|