summaryrefslogtreecommitdiff
path: root/gdb/python/lib
Commit message (Expand)AuthorAgeFilesLines
* Import sys in gdb/python/lib/gdb/printer/bound_registers.pyJonah Graham2017-03-221-0/+2
* Support rvalue references in the gdb python module (includes doc/)Artemiy Volkov2017-03-202-2/+4
* Fix PR gdb/19637: bound_registers.py: Add support for Python 3Jonah Graham2017-03-171-0/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-0123-23/+23
* PR python/19293 - invalidate frame cache when unwinders changeTom Tromey2016-07-122-0/+3
* Fix PR python/20129 - use of non-existing variableTom Tromey2016-06-291-2/+2
* PR gdb/16483 - simplify "info frame-filters" outputTom Tromey2016-06-231-32/+24
* Add $_as_string convenience functionSimon Marchi2016-03-101-0/+39
* Fix sorting of enum values in FlagEnumerationPrinterSimon Marchi2016-01-201-1/+1
* Fix enum flag with Python 3Simon Marchi2016-01-191-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-0122-22/+22
* PR python/17136Clem Dickey2015-08-061-1/+1
* [PR python/18291] Fix printing of "disabled" status of xmethod matchers.Siva Chandra2015-05-081-2/+2
* PR python/18285Doug Evans2015-04-291-2/+18
* PR python/18299Doug Evans2015-04-281-3/+9
* Some Python 3 fixesSimon Marchi2015-04-151-1/+1
* Add support for writing unwinders in Python.Sasha Smundak2015-04-013-1/+329
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-0120-20/+20
* python extended prompt: Use os.getcwd() instead of os.getcwdu()Simon Marchi2014-12-151-1/+1
* Don't replace '\' with '\\' in before_prompt_hookYao Qi2014-10-301-2/+1
* PR python/17364Doug Evans2014-10-154-16/+36
* PR 15276: Add $_caller_is, $_caller_matches, $_any_caller_is, $_any_caller_ma...Doug Evans2014-09-061-0/+160
* Fix xmethod Python so that it works with Python3.Siva Chandra2014-08-151-1/+1
* Align behavior of xmethod commands with that of pretty-printer commands.Siva Chandra2014-06-231-4/+6
* Xmethod support in Python.Siva Chandra2014-06-033-0/+533
* [Python] Make regexp collection printers work with typedefs as well.Joel Brobecker2014-02-261-0/+2
* avoid python exception in FrameDecorator.pyTom Tromey2014-01-231-2/+10
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-0116-16/+16
* Add pretty-printer for MPX bnd registers.Walfred Tedeschi2013-11-201-0/+45
* 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-10-021-2/+5
* 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-08-294-18/+35
* 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-05-105-0/+1022
* * python/lib/gdb/commands/explore.pySiva Chandra Reddy2013-01-211-1/+2
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-0111-11/+11
* Add support for Python 3.Paul Koning2012-12-126-55/+54
* * NEWS: Update.Tom Tromey2012-11-123-0/+193
* Refactor Python "gdb" module into a proper Python package, by introducingYit Phang Khoo2012-09-131-18/+103
* Add $_memeq, $_regex, $_streq, $_strlen convenience functions.Doug Evans2012-08-102-0/+122
* gdb/Jan Kratochvil2012-04-182-4/+4
* 2012-04-02 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy2012-04-111-0/+755
* gdbTom Tromey2012-01-161-0/+50
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-047-7/+7
* * python/lib/gdb/command/pretty_printers.pyTom Tromey2011-12-061-1/+1
* * python/lib/gdb/types.py (deep_items): Rename from deepitems.Paul Koning2011-10-281-2/+2
* * python/lib/gdb/types.py (deepitems): New function.Paul Koning2011-10-261-0/+20
* * python/lib/gdb/printing.py (register_pretty_printer): New argumentDoug Evans2011-10-071-5/+13
* * python/lib/gdb/printing.py: Whitespace cleanup.Doug Evans2011-10-071-9/+11
* 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-08-172-0/+215
* 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-08-092-2/+27
* * python/lib/gdb/printing.py (register_pretty_printer): Add missingDoug Evans2011-05-231-0/+1