aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/disasm-gdb-remote.pl
AgeCommit message (Expand)AuthorFilesLines
2014-07-01Fix typos.Bruce Mitchener1-6/+6
2013-02-01Fixed register dumping for contained-regs.Greg Clayton1-21/+29
2013-01-18Disassemble the vAttach packet.Greg Clayton1-0/+13
2012-05-30For dump_register_value() sub-routine, issue a return after an error conditio...Johnny Chen1-0/+1
2012-05-16Disassemble the signal number and also the mach exceptions when dumping stop ...Greg Clayton1-8/+71
2012-01-25If timestamps are enabled when logging GDB remote packets ("log enable -T -f ...Greg Clayton1-2/+97
2012-01-25Handle 's' packets correctly when disassembling GDB packet output.Greg Clayton1-5/+15
2011-09-17Make sure to print out register names when reading registers and alsoGreg Clayton1-6/+65
2011-06-02Update the handle many of the packets that our current LLDB debugserverGreg Clayton1-43/+91
2011-05-20Fixed an issue in GDBRemoteCommunicationClient where we weren't listening toGreg Clayton1-0/+89
2011-05-20Added a perl script to disassemble, into human readable form, the GDB remoteGreg Clayton1-0/+1897