Age | Commit message (Expand) | Author | Files | Lines |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -6/+4 |
2019-01-22 | Do not include py-ref.h in most files | Tom Tromey | 1 | -1/+0 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
2019-01-09 | Remove ALL_PSPACE_OBJFILES | Tom Tromey | 1 | -3/+1 |
2019-01-03 | Remove more uses of explicit reference counting in Python | Tom Tromey | 1 | -12/+4 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-04 | Return gdbpy_ref from some Python string functions | Tom Tromey | 1 | -2/+3 |
2018-10-05 | [gdb/python] Fix cpychecker error in pspy_solib_name | Tom de Vries | 1 | -1/+1 |
2018-09-16 | Change objfile_to_objfile_object to return a new reference | Tom Tromey | 1 | -2/+3 |
2018-09-16 | Change pspace_to_pspace_object to return a new reference | Tom Tromey | 1 | -14/+15 |
2018-09-16 | Add more methods to gdb.Progspace | Tom Tromey | 1 | -1/+148 |
2018-09-13 | python: Add Progspace.objfiles method | Simon Marchi | 1 | -3/+29 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: Wrap PyGetSetDef for construction with string literals | Pedro Alves | 1 | -1/+1 |
2017-02-10 | Use gdbpy_ref to simplify some logic | Tom Tromey | 1 | -23/+16 |
2017-01-10 | Use gdbpy_enter in py-progspace.c | Tom Tromey | 1 | -3/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-05-23 | Fix PR python/19438, PR python/18393 - initialize dictionaries | Tom Tromey | 1 | -1/+4 |
2016-03-29 | python/py-utils.c (host_string_to_python_string): New function. | Doug Evans | 1 | -3/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -2/+2 |
2015-04-01 | Add support for writing unwinders in Python. | Sasha Smundak | 1 | -0/+53 |
2015-02-11 | Fix redefinition errors in C++ mode | Tom Tromey | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-30 | Add ability to add attributes to gdb.Objfile and gdb.Progspace objects. | Doug Evans | 1 | -1/+9 |
2014-10-13 | Remove some code duplication in py-objfile.c, py-progspace.c. | Doug Evans | 1 | -50/+31 |
2014-06-03 | Xmethod support in Python. | Siva Chandra | 1 | -0/+31 |
2014-05-20 | Fix gdb.multi/base.exp failures. | Doug Evans | 1 | -1/+10 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -1/+2 |
2013-05-20 | * python/py-arch.c (gdbpy_initialize_arch): Use | Tom Tromey | 1 | -3/+2 |
2013-05-20 | * python/py-arch.c (gdbpy_initialize_arch): Return 'int'. | Tom Tromey | 1 | -4/+4 |
2013-05-20 | * python/py-arch.c (arch_object_type): Use | Tom Tromey | 1 | -1/+2 |
2013-05-10 | 2013-05-10 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -0/+60 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-12 | Add support for Python 3. | Paul Koning | 1 | -3/+2 |
2012-11-12 | * NEWS: Update. | Tom Tromey | 1 | -0/+62 |
2012-08-22 | * auto-load.c (_initialize_auto_load): Update. | Tom Tromey | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -1/+1 |
2011-01-06 | 2011-01-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+2 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-12-18 | * python/py-progspace.c (py_free_pspace): Obtain arch another | Marc Khouzam | 1 | -3/+2 |
2010-09-22 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2010-05-17 | 2010-05-17 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+6 |
2010-05-07 | 2010-05-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -2/+0 |
2010-04-15 | * NEWS: Add entry for python program space support. | Doug Evans | 1 | -0/+240 |