aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/lib
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-10Add $_as_string convenience functionSimon Marchi1-0/+39
2016-01-20Fix sorting of enum values in FlagEnumerationPrinterSimon Marchi1-1/+1
2016-01-19Fix enum flag with Python 3Simon Marchi1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker22-22/+22
2015-08-06PR python/17136Clem Dickey1-1/+1
2015-05-08[PR python/18291] Fix printing of "disabled" status of xmethod matchers.Siva Chandra1-2/+2
2015-04-29PR python/18285Doug Evans1-2/+18
2015-04-28PR python/18299Doug Evans1-3/+9
2015-04-15Some Python 3 fixesSimon Marchi1-1/+1
2015-04-01Add support for writing unwinders in Python.Sasha Smundak3-1/+329
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker20-20/+20
2014-12-15python extended prompt: Use os.getcwd() instead of os.getcwdu()Simon Marchi1-1/+1