aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-objfile.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-25Remove make_hex_stringTom Tromey1-3/+2
2019-07-29Add Objfile.lookup_{global,static}_symbol functionsChristian Biesinger1-0/+78
2019-07-25Fix comment about the signature of add_separate_debug_fileChristian Biesinger1-1/+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-2/+2
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-6/+2
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-12-27Remove more calls to xfree from PythonTom Tromey1-5/+3
2018-11-04Return gdbpy_ref from some Python string functionsTom Tromey1-3/+4
2018-09-16Change objfile_to_objfile_object to return a new referenceTom Tromey1-26/+17
2018-09-16Change pspace_to_pspace_object to return a new referenceTom Tromey1-6/+1
2018-09-13python: Provide textual representation for Inferior and ObjfileSimon Marchi1-1/+16
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves1-5/+5
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-24/+16
2017-01-10Use class to manage BFD reference countsTom Tromey1-2/+2
2017-01-10Use gdbpy_enter in py-objfile.cTom Tromey1-3/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves1-2/+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-7/+3
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-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney1-4/+3
2015-04-01Add support for writing unwinders in Python.Sasha Smundak1-0/+53
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-6/+12
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