aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-objfile.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-12gdb/python: hoist common invalid object repr code into py-utils.cAndrew Burgess1-1/+1
2023-10-10gdb: remove target_gdbarchSimon Marchi1-2/+3
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-1/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-18gdb, python: use gdbarch_iterate_over_objfiles_in_search_orderMarkus Metzger1-60/+56
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-3/+3
2022-07-28Rewrite registry.hTom Tromey1-21/+16
2022-07-05Add gdb.Objfile.is_file attributeTom Tromey1-0/+14
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi1-3/+3
2022-02-04Remove host_hex_valueTom Tromey1-1/+1
2022-02-01gdb/python: fix gdb.Objfile.__repr__ () for dynamically compiled codeJan Vrany1-1/+1
2022-01-26Change how Python architecture and language are handledTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-04-28gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess1-2/+7
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-2/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-2/+2
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-1/+1
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