summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python/gdbremote.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in gdbremote.pyPavel Labath2015-07-281-1/+1
* Improved the packet dumper to escape the response string before sending it to...Greg Clayton2015-07-221-10/+77
* Fix the yellow colorizing and fix some logic in the "A" packet dumper.Greg Clayton2015-07-201-2/+7
* Handle dumping many more packet types including the A packet, qC, QSetDisable...Greg Clayton2015-07-171-34/+81
* Added support for dumping 'x', 'X', 'qSymbol' packets. Also dump any XML retr...Greg Clayton2015-07-171-15/+121
* Allow gdbremote.py to take input from STDIN and handle "c" and "s" packets.Greg Clayton2015-07-171-9/+28
* Improve the packet dumper to be able to read the target.xml so it can dump re...Greg Clayton2015-07-021-10/+62
* Fix this module to work with current packects and also to be able to figure o...Greg Clayton2015-05-221-15/+39
* Fix typos.Bruce Mitchener2014-07-011-6/+6
* Added qVAttachOrWaitSupported packet support.Greg Clayton2012-08-201-0/+1
* Cleaned up some stuff in symbolication where we can now lazily get images whe...Greg Clayton2012-06-041-106/+151
* Added the ability to disassembly GDB remote packets with the python file. Thi...Greg Clayton2012-06-011-22/+821
* When running this from the command line, don't pass the python script file it...Greg Clayton2012-03-291-1/+1
* Add an option to sort by packet count (rather than time). Also print the count,Jim Ingham2012-03-011-7/+20
* Added a 'gdbremote' python module that adds two commands: start_gdb_log and e...Greg Clayton2012-01-261-0/+184
OpenPOWER on IntegriCloud