summaryrefslogtreecommitdiff
path: root/gdb/python/py-progspace.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves
2017-02-10Use gdbpy_ref to simplify some logicTom Tromey
2017-01-10Use gdbpy_enter in py-progspace.cTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-05-23Fix PR python/19438, PR python/18393 - initialize dictionariesTom Tromey
2016-03-29python/py-utils.c (host_string_to_python_string): New function.Doug Evans
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-04-01Add support for writing unwinders in Python.Sasha Smundak
2015-02-11Fix redefinition errors in C++ modeTom Tromey
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-30Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans
2014-10-13Remove some code duplication in py-objfile.c, py-progspace.c.Doug Evans
2014-06-03Xmethod support in Python.Siva Chandra
2014-05-20Fix gdb.multi/base.exp failures.Doug Evans
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey
2013-05-20 * python/py-arch.c (arch_object_type): UseTom Tromey
2013-05-102013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-12Add support for Python 3.Paul Koning
2012-11-12 * NEWS: Update.Tom Tromey
2012-08-22 * auto-load.c (_initialize_auto_load): Update.Tom Tromey
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-01-062011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-12-18 * python/py-progspace.c (py_free_pspace): Obtain arch anotherMarc Khouzam
2010-09-22gdb/Jan Kratochvil
2010-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-05-072010-05-07 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-04-15 * NEWS: Add entry for python program space support.Doug Evans