| Commit message (Expand) | Author | Age | Files | Lines |
| * | python 2/3 compat: commands vs subprocess | Serge Guelton | 2019-03-26 | 1 | -1/+1 |
| * | Python 2/3 compatibility: from __future__ import print_function | Serge Guelton | 2019-03-21 | 1 | -127/+127 |
| * | Fixes for GDB remote packet disassembler: | Greg Clayton | 2018-09-27 | 1 | -59/+131 |
| * | Fixed to disassemble new packets and fixed the dumping of the 'x' packets. | Greg Clayton | 2017-04-14 | 1 | -12/+41 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -295/+462 |
| * | Fix typo in gdbremote.py | Pavel Labath | 2015-07-28 | 1 | -1/+1 |
| * | Improved the packet dumper to escape the response string before sending it to... | Greg Clayton | 2015-07-22 | 1 | -10/+77 |
| * | Fix the yellow colorizing and fix some logic in the "A" packet dumper. | Greg Clayton | 2015-07-20 | 1 | -2/+7 |
| * | Handle dumping many more packet types including the A packet, qC, QSetDisable... | Greg Clayton | 2015-07-17 | 1 | -34/+81 |
| * | Added support for dumping 'x', 'X', 'qSymbol' packets. Also dump any XML retr... | Greg Clayton | 2015-07-17 | 1 | -15/+121 |
| * | Allow gdbremote.py to take input from STDIN and handle "c" and "s" packets. | Greg Clayton | 2015-07-17 | 1 | -9/+28 |
| * | Improve the packet dumper to be able to read the target.xml so it can dump re... | Greg Clayton | 2015-07-02 | 1 | -10/+62 |
| * | Fix this module to work with current packects and also to be able to figure o... | Greg Clayton | 2015-05-22 | 1 | -15/+39 |
| * | Fix typos. | Bruce Mitchener | 2014-07-01 | 1 | -6/+6 |
| * | Added qVAttachOrWaitSupported packet support. | Greg Clayton | 2012-08-20 | 1 | -0/+1 |
| * | Cleaned up some stuff in symbolication where we can now lazily get images whe... | Greg Clayton | 2012-06-04 | 1 | -106/+151 |
| * | Added the ability to disassembly GDB remote packets with the python file. Thi... | Greg Clayton | 2012-06-01 | 1 | -22/+821 |
| * | When running this from the command line, don't pass the python script file it... | Greg Clayton | 2012-03-29 | 1 | -1/+1 |
| * | Add an option to sort by packet count (rather than time). Also print the count, | Jim Ingham | 2012-03-01 | 1 | -7/+20 |
| * | Added a 'gdbremote' python module that adds two commands: start_gdb_log and e... | Greg Clayton | 2012-01-26 | 1 | -0/+184 |