aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-progspace.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-24gdb/python: Return None from Progspace.block_for_pc on errorAndrew Burgess1-5/+1
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-09Remove ALL_PSPACE_OBJFILESTom Tromey1-3/+1
2019-01-03Remove more uses of explicit reference counting in PythonTom Tromey1-12/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-04Return gdbpy_ref from some Python string functionsTom Tromey1-2/+3
2018-10-05[gdb/python] Fix cpychecker error in pspy_solib_nameTom de Vries1-1/+1
2018-09-16Change objfile_to_objfile_object to return a new referenceTom Tromey1-2/+3
2018-09-16Change pspace_to_pspace_object to return a new referenceTom Tromey1-14/+15
2018-09-16Add more methods to gdb.ProgspaceTom Tromey1-1/+148
2018-09-13python: Add Progspace.objfiles methodSimon Marchi1-3/+29
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves1-1/+1
2017-02-10Use gdbpy_ref to simplify some logicTom Tromey1-23/+16
2017-01-10Use gdbpy_enter in py-progspace.cTom Tromey1-3/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-05-23Fix PR python/19438, PR python/18393 - initialize dictionariesTom Tromey1-1/+4
2016-03-29python/py-utils.c (host_string_to_python_string): New function.Doug Evans1-3/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-2/+2
2015-04-01Add support for writing unwinders in Python.Sasha Smundak1-0/+53
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-30Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans1-1/+9
2014-10-13Remove some code duplication in py-objfile.c, py-progspace.c.Doug Evans1-50/+31
2014-06-03Xmethod support in Python.Siva Chandra1-0/+31
2014-05-20Fix gdb.multi/base.exp failures.Doug Evans1-1/+10
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-1/+2
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-3/+2
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-4/+4
2013-05-20 * python/py-arch.c (arch_object_type): UseTom Tromey1-1/+2
2013-05-102013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+60
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-3/+2
2012-11-12 * NEWS: Update.Tom Tromey1-0/+62
2012-08-22 * auto-load.c (_initialize_auto_load): Update.Tom Tromey1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-01-062011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+2
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-18 * python/py-progspace.c (py_free_pspace): Obtain arch anotherMarc Khouzam1-3/+2
2010-09-22gdb/Jan Kratochvil1-1/+1
2010-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+6
2010-05-072010-05-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+0
2010-04-15 * NEWS: Add entry for python program space support.Doug Evans1-0/+240