aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/lib
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-292013-08-29 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon4-18/+35
2013-05-102013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon5-0/+1022
2013-01-21 * python/lib/gdb/commands/explore.pySiva Chandra Reddy1-1/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker11-11/+11
2012-12-12Add support for Python 3.Paul Koning6-55/+54
2012-11-12 * NEWS: Update.Tom Tromey3-0/+193
2012-09-13Refactor Python "gdb" module into a proper Python package, by introducingYit Phang Khoo1-18/+103
2012-08-10 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.Doug Evans2-0/+122
2012-04-18gdb/Jan Kratochvil2-4/+4
2012-04-112012-04-02 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy1-0/+755
2012-01-16gdbTom Tromey1-0/+50
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker7-7/+7
2011-12-06 * python/lib/gdb/command/pretty_printers.pyTom Tromey1-1/+1
2011-10-28* python/lib/gdb/types.py (deep_items): Rename from deepitems.Paul Koning1-2/+2
2011-10-26* python/lib/gdb/types.py (deepitems): New function.Paul Koning1-0/+20
2011-10-07 * python/lib/gdb/printing.py (register_pretty_printer): New argumentDoug Evans1-5/+13
2011-10-07 * python/lib/gdb/printing.py: Whitespace cleanup.Doug Evans1-9/+11
2011-08-172011-08-17 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2-0/+215
2011-08-092011-08-09 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2-2/+27
2011-05-23 * python/lib/gdb/printing.py (register_pretty_printer): Add missingDoug Evans1-0/+1