summaryrefslogtreecommitdiff
path: root/gdb/python/py-objfile.c
Commit message (Expand)AuthorAgeFilesLines
* gdb, python: use gdbarch_iterate_over_objfiles_in_search_orderMarkus Metzger2022-10-181-60/+56
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-3/+3
* Rewrite registry.hTom Tromey2022-07-281-21/+16
* Add gdb.Objfile.is_file attributeTom Tromey2022-07-051-0/+14
* gdb/python: remove Python 2/3 compatibility macrosSimon Marchi2022-03-231-3/+3
* Remove host_hex_valueTom Tromey2022-02-041-1/+1
* gdb/python: fix gdb.Objfile.__repr__ () for dynamically compiled codeJan Vrany2022-02-011-1/+1
* Change how Python architecture and language are handledTom Tromey2022-01-261-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess2021-04-281-2/+7
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove redundant typedefsTom Tromey2020-12-041-2/+2
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-2/+2
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove make_hex_stringTom Tromey2019-09-251-3/+2
* Add Objfile.lookup_{global,static}_symbol functionsChristian Biesinger2019-07-291-0/+78
* Fix comment about the signature of add_separate_debug_fileChristian Biesinger2019-07-251-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* 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