aboutsummaryrefslogtreecommitdiff
path: root/lldb/examples/python/gdbremote.py
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-295/+462
2015-07-28Fix typo in gdbremote.pyPavel Labath1-1/+1
2015-07-22Improved the packet dumper to escape the response string before sending it to...Greg Clayton1-10/+77
2015-07-20Fix the yellow colorizing and fix some logic in the "A" packet dumper.Greg Clayton1-2/+7
2015-07-17Handle dumping many more packet types including the A packet, qC, QSetDisable...Greg Clayton1-34/+81
2015-07-17Added support for dumping 'x', 'X', 'qSymbol' packets. Also dump any XML retr...Greg Clayton1-15/+121
2015-07-17Allow gdbremote.py to take input from STDIN and handle "c" and "s" packets.Greg Clayton1-9/+28
2015-07-02Improve the packet dumper to be able to read the target.xml so it can dump re...Greg Clayton1-10/+62
2015-05-22Fix this module to work with current packects and also to be able to figure o...Greg Clayton1-15/+39
2014-07-01Fix typos.Bruce Mitchener1-6/+6
2012-08-20Added qVAttachOrWaitSupported packet support.Greg Clayton1-0/+1
2012-06-04Cleaned up some stuff in symbolication where we can now lazily get images whe...Greg Clayton1-106/+151
2012-06-01Added the ability to disassembly GDB remote packets with the python file. Thi...Greg Clayton1-22/+821
2012-03-29When running this from the command line, don't pass the python script file it...Greg Clayton1-1/+1
2012-03-01Add an option to sort by packet count (rather than time). Also print the count,Jim Ingham1-7/+20
2012-01-26Added a 'gdbremote' python module that adds two commands: start_gdb_log and e...Greg Clayton1-0/+184