summaryrefslogtreecommitdiff
path: root/gdb/python/py-objfile.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-2/+6
* Do not include py-ref.h in most filesTom Tromey2019-01-221-1/+0
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-2/+2
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-6/+2
* Remove more uses of explicit reference counting in PythonTom Tromey2019-01-031-12/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove more calls to xfree from PythonTom Tromey2018-12-271-5/+3
* Return gdbpy_ref from some Python string functionsTom Tromey2018-11-041-3/+4
* Change objfile_to_objfile_object to return a new referenceTom Tromey2018-09-161-26/+17
* Change pspace_to_pspace_object to return a new referenceTom Tromey2018-09-161-6/+1
* python: Provide textual representation for Inferior and ObjfileSimon Marchi2018-09-131-1/+16
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves2017-04-051-5/+5
* -Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves2017-04-051-1/+1
* Use gdbpy_ref to simplify some logicTom Tromey2017-02-101-24/+16
* Use class to manage BFD reference countsTom Tromey2017-01-101-2/+2
* Use gdbpy_enter in py-objfile.cTom Tromey2017-01-101-3/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* 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