aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/lib
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Ensure all DAP requests are keyword-onlyTom Tromey2-5/+5
2023-01-05[gdb/python] Avoid queue.SimpleQueue for python 3.6Tom de Vries2-2/+10
2023-01-02Initial implementation of Debugger Adapter ProtocolTom Tromey16-0/+1327
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker25-25/+25
2022-10-21GDB/Python: Make `None' stand for `unlimited' in setting integer parametersMaciej W. Rozycki1-3/+6
2022-10-02gdb/disasm: better intel flavour disassembly styling with PygmentsAndrew Burgess1-4/+55
2022-08-30Fix flush for sys.stderrTom Tromey1-12/+7
2022-07-15Run 'black' on gdbTom Tromey1-3/+4
2022-07-08Handle bool specially in gdb.set_parameterTom Tromey1-0/+7
2022-07-05Make 'import gdb.events' workTom Tromey1-0/+5
2022-06-15gdb/python: implement the print_insn extension language hookAndrew Burgess1-0/+178
2022-04-04Remove more Python 2 codeTom Tromey1-10/+1
2022-03-23gdb/python: remove Python 2 supportSimon Marchi5-34/+14
2022-03-18gdb/python: remove gdb._mi_commands dictSimon Marchi1-4/+0
2022-03-14gdb/python/mi: create MI commands using pythonAndrew Burgess1-0/+4
2022-02-14gdb/python: move styling support to gdb.stylingAndrew Burgess2-33/+50
2022-02-14gdb: use python to colorize disassembler outputAndrew Burgess1-0/+13
2022-02-02gdb: fix formatting for help set/show extended-promptAndrew Burgess1-3/+2
2022-01-26gdb/python: handle non utf-8 characters when source highlightingAndrew Burgess1-2/+4
2022-01-26Add a way to temporarily set a gdb parameter from PythonTom Tromey1-0/+19
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker23-23/+23
2021-12-15gdb: re-format with black 21.12b0Simon Marchi1-1/+0
2021-10-02gdb/python: fix a few flake8 warningsSimon Marchi4-13/+5
2021-06-22gdb: fix python/lib/gdb/__init__.py formattingSimon Marchi1-3/+3
2021-06-22gdb/python: print name of unwinder that claimed frame in debug messageSimon Marchi1-4/+10
2021-06-08Use is/is not to check for None in python code.Lancelot SIX2-7/+7
2021-05-07gdb: re-format Python files using black 21.4b0Simon Marchi21-685/+859
2021-04-01Use importlib instead of imp module on python 3.4+Boris Staletic1-2/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker23-23/+23
2020-04-10[gdb/cli] Don't let python colorize strip leading newlinesTom de Vries1-1/+1
2020-01-21Allow use of Pygments to colorize source codeTom Tromey1-0/+14
2020-01-01Update copyright year range in all GDB files.Joel Brobecker23-23/+23
2019-10-09[gdb/target] Fix pretty-printer for MPX bnd registersTom de Vries1-1/+1
2019-08-22Make GDB compile with Python 3 on MinGWChristian Biesinger1-0/+26
2019-08-15Rename internal Python functions to start with an underscoreChristian Biesinger1-8/+8
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-4/+4
2019-05-04Fix incorrect use of 'is' operator for comparison in python/lib/gdb/command/p...Raul Tambre1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker23-23/+23
2018-11-08Fix output indentation for "info pretty-printers"Tom Tromey1-1/+1
2018-10-06Update help text for commands implemented in PythonTom Tromey9-218/+173
2018-09-18[OBVIOUS] enable frame-filter short help uses disable instead of enablePhilippe Waroquiers1-1/+1
2018-09-16Add more methods to gdb.ProgspaceTom Tromey1-3/+24
2018-01-02Update copyright year range in all GDB filesJoel Brobecker23-23/+23
2017-03-22Import sys in gdb/python/lib/gdb/printer/bound_registers.pyJonah Graham1-0/+2
2017-03-20Support rvalue references in the gdb python module (includes doc/)Artemiy Volkov2-2/+4
2017-03-17Fix PR gdb/19637: bound_registers.py: Add support for Python 3Jonah Graham1-0/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker23-23/+23
2016-07-12PR python/19293 - invalidate frame cache when unwinders changeTom Tromey2-0/+3
2016-06-29Fix PR python/20129 - use of non-existing variableTom Tromey1-2/+2
2016-06-23PR gdb/16483 - simplify "info frame-filters" outputTom Tromey1-32/+24