summaryrefslogtreecommitdiff
path: root/gdb/python/py-objfile.c
Commit message (Expand)AuthorAgeFilesLines
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-2/+1
* Fix PR python/19438, PR python/18393 - initialize dictionariesTom Tromey2016-05-231-1/+4
* python/py-utils.c (host_string_to_python_string): New function.Doug Evans2016-03-291-7/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-2/+2
* Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney2015-06-151-4/+3
* Add support for writing unwinders in Python.Sasha Smundak2015-04-011-0/+53
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-6/+12
* Fix redefinition errors in C++ modeTom Tromey2015-02-111-2/+2
* Add gdb.Objfile.username.Doug Evans2015-01-271-0/+21
* Enhance gdb.lookup_objfile so that it works with a symlinked binary.Doug Evans2015-01-131-1/+7
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* New python function gdb.lookup_objfile.Doug Evans2014-12-121-0/+142
* python/py-objfile.c (objfpy_get_owner): Increment refcount of result.Doug Evans2014-12-081-2/+6
* New "owner" attribute for gdb.Objfile.Doug Evans2014-12-081-0/+22
* New python method gdb.Objfile.add_separate_debug_file.Doug Evans2014-12-041-0/+32
* New python attribute gdb.Objfile.build_id.Doug Evans2014-12-041-0/+48
* Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans2014-10-301-1/+9
* Add gdb.Objfile.progspace attribute.Doug Evans2014-10-171-0/+20
* Remove some code duplication in py-objfile.c, py-progspace.c.Doug Evans2014-10-131-50/+32
* Xmethod support in Python.Siva Chandra2014-06-031-0/+31
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-1/+2
* * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey2013-05-201-3/+2
* * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey2013-05-201-4/+4
* * python/py-arch.c (arch_object_type): UseTom Tromey2013-05-201-1/+2
* 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-05-101-0/+60
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Add support for Python 3.Paul Koning2012-12-121-3/+2
* * NEWS: Update.Tom Tromey2012-11-121-0/+62
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-03-171-1/+24
* 2011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-061-1/+2
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* gdb/Jan Kratochvil2010-09-221-1/+1
* 2010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-171-0/+5
* 2010-05-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-071-2/+0
* 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2010-04-141-2/+2
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* * objfiles.c (struct objfile_data): Delete member cleanup and replaceDoug Evans2009-09-111-2/+2
* Checking in this patch for Thiago: Rename python-* files into py-*,Joel Brobecker2009-09-091-0/+230