aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/lib
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-30Don't replace '\' with '\\' in before_prompt_hookYao Qi1-2/+1
2014-10-15PR python/17364Doug Evans4-16/+36
2014-09-06PR 15276: Add $_caller_is, $_caller_matches, $_any_caller_is, $_any_caller_ma...Doug Evans1-0/+160
2014-08-15Fix xmethod Python so that it works with Python3.Siva Chandra1-1/+1
2014-06-23Align behavior of xmethod commands with that of pretty-printer commands.Siva Chandra1-4/+6
2014-06-03Xmethod support in Python.Siva Chandra3-0/+533
2014-02-26[Python] Make regexp collection printers work with typedefs as well.Joel Brobecker1-0/+2
2014-01-23avoid python exception in FrameDecorator.pyTom Tromey1-2/+10
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker16-16/+16
2013-11-20Add pretty-printer for MPX bnd registers.Walfred Tedeschi1-0/+45
2013-10-022013-10-02 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-2/+5