summaryrefslogtreecommitdiff
path: root/lldb/examples/python/gdbremote.py
AgeCommit message (Expand)Author
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-01-12[lldb] Update custom commands to always be overrridenMed Ismail Bennani
2022-08-15[LLDB] Remove __future__ imports from examplesDavid Spickett
2022-03-02[lldb] Fix python errors in gdbremote.pyDominic Chen
2022-01-13[lldb] Use __lldb_init_module instead of "if lldb.debugger" idiomDave Lee
2020-07-16Harmonize Python shebangserge-sans-paille
2020-02-13[lldb] Make gdbremote.py utility py2and3 compatiblePavel Labath
2019-03-26python 2/3 compat: commands vs subprocessSerge Guelton
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton
2018-09-27Fixes for GDB remote packet disassembler:Greg Clayton
2017-04-14Fixed to disassemble new packets and fixed the dumping of the 'x' packets.Greg Clayton
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-07-28Fix typo in gdbremote.pyPavel Labath
2015-07-22Improved the packet dumper to escape the response string before sending it to...Greg Clayton
2015-07-20Fix the yellow colorizing and fix some logic in the "A" packet dumper.Greg Clayton
2015-07-17Handle dumping many more packet types including the A packet, qC, QSetDisable...Greg Clayton
2015-07-17Added support for dumping 'x', 'X', 'qSymbol' packets. Also dump any XML retr...Greg Clayton
2015-07-17Allow gdbremote.py to take input from STDIN and handle "c" and "s" packets.Greg Clayton
2015-07-02Improve the packet dumper to be able to read the target.xml so it can dump re...Greg Clayton
2015-05-22Fix this module to work with current packects and also to be able to figure o...Greg Clayton
2014-07-01Fix typos.Bruce Mitchener
2012-08-20Added qVAttachOrWaitSupported packet support.Greg Clayton
2012-06-04Cleaned up some stuff in symbolication where we can now lazily get images whe...Greg Clayton
2012-06-01Added the ability to disassembly GDB remote packets with the python file. Thi...Greg Clayton
2012-03-29When running this from the command line, don't pass the python script file it...Greg Clayton
2012-03-01Add an option to sort by packet count (rather than time). Also print the count,Jim Ingham
2012-01-26Added a 'gdbremote' python module that adds two commands: start_gdb_log and e...Greg Clayton