aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-objfile.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-2/+2
2015-01-27Add gdb.Objfile.username.Doug Evans1-0/+21
2015-01-13Enhance gdb.lookup_objfile so that it works with a symlinked binary.Doug Evans1-1/+7
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12New python function gdb.lookup_objfile.Doug Evans1-0/+142
2014-12-08python/py-objfile.c (objfpy_get_owner): Increment refcount of result.Doug Evans1-2/+6
2014-12-08New "owner" attribute for gdb.Objfile.Doug Evans1-0/+22
2014-12-04New python method gdb.Objfile.add_separate_debug_file.Doug Evans1-0/+32
2014-12-04New python attribute gdb.Objfile.build_id.Doug Evans1-0/+48
2014-10-30Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans1-1/+9
2014-10-17Add gdb.Objfile.progspace attribute.Doug Evans1-0/+20
2014-10-13Remove some code duplication in py-objfile.c, py-progspace.c.Doug Evans1-50/+32
2014-06-03Xmethod support in Python.Siva Chandra1-0/+31
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-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-03-172011-03-17 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+24
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-09-22gdb/Jan Kratochvil1-1/+1
2010-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+5
2010-05-072010-05-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+0
2010-04-142010-04-14 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-2/+2
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-09-11 * objfiles.c (struct objfile_data): Delete member cleanup and replaceDoug Evans1-2/+2
2009-09-09Checking in this patch for Thiago: Rename python-* files into py-*,Joel Brobecker1-0/+230