summaryrefslogtreecommitdiff
path: root/gdb/python/py-objfile.c
AgeCommit message (Expand)Author
2020-01-05Copyright year range updates after running gdb/copyright.pyJoel Brobecker
2019-09-25Remove make_hex_stringTom Tromey
2019-07-29Add Objfile.lookup_{global,static}_symbol functionsChristian Biesinger
2019-07-25Fix comment about the signature of add_separate_debug_fileChristian Biesinger
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom Tromey
2019-01-22Do not include py-ref.h in most filesTom Tromey
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey
2019-01-03Remove more uses of explicit reference counting in PythonTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-12-27Remove more calls to xfree from PythonTom Tromey
2018-11-04Return gdbpy_ref from some Python string functionsTom Tromey
2018-09-16Change objfile_to_objfile_object to return a new referenceTom Tromey
2018-09-16Change pspace_to_pspace_object to return a new referenceTom Tromey
2018-09-13python: Provide textual representation for Inferior and ObjfileSimon Marchi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves
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 class to manage BFD reference countsTom Tromey
2017-01-10Use gdbpy_enter in py-objfile.cTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves
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-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney
2015-04-01Add support for writing unwinders in Python.Sasha Smundak
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-02-11Fix redefinition errors in C++ modeTom Tromey
2015-01-27Add gdb.Objfile.username.Doug Evans
2015-01-13Enhance gdb.lookup_objfile so that it works with a symlinked binary.Doug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-12New python function gdb.lookup_objfile.Doug Evans
2014-12-08python/py-objfile.c (objfpy_get_owner): Increment refcount of result.Doug Evans
2014-12-08New "owner" attribute for gdb.Objfile.Doug Evans
2014-12-04New python method gdb.Objfile.add_separate_debug_file.Doug Evans
2014-12-04New python attribute gdb.Objfile.build_id.Doug Evans
2014-10-30Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans
2014-10-17Add gdb.Objfile.progspace attribute.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-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