index
:
ampere-computing/binutils-gdb.git
binutils-2_30-amp-branch
binutils-2_31_1-amp-branch
binutils-2_32-amp-branch
binutils-2_34-amp-branch
gdb-8.1-amp-branch
gdb-8.2.1-amp-branch
gdb-9.1-amp-branch
Binutils/GDB including Ampere Computing toolchain specific patches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
python
/
py-objfile.c
Age
Commit message (
Expand
)
Author
2020-01-05
Copyright year range updates after running gdb/copyright.py
Joel Brobecker
2019-09-25
Remove make_hex_string
Tom Tromey
2019-07-29
Add Objfile.lookup_{global,static}_symbol functions
Christian Biesinger
2019-07-25
Fix comment about the signature of add_separate_debug_file
Christian Biesinger
2019-04-08
Rename gdb exception types
Tom Tromey
2019-04-08
Rewrite TRY/CATCH
Tom Tromey
2019-01-22
Do not include py-ref.h in most files
Tom Tromey
2019-01-17
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-09
Remove most uses of ALL_OBJFILES
Tom Tromey
2019-01-03
Remove more uses of explicit reference counting in Python
Tom Tromey
2019-01-01
Update copyright year range in all GDB files.
Joel Brobecker
2018-12-27
Remove more calls to xfree from Python
Tom Tromey
2018-11-04
Return gdbpy_ref from some Python string functions
Tom Tromey
2018-09-16
Change objfile_to_objfile_object to return a new reference
Tom Tromey
2018-09-16
Change pspace_to_pspace_object to return a new reference
Tom Tromey
2018-09-13
python: Provide textual representation for Inferior and Objfile
Simon Marchi
2018-01-02
Update copyright year range in all GDB files
Joel Brobecker
2017-04-05
-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload
Pedro Alves
2017-04-05
-Wwrite-strings: Wrap PyGetSetDef for construction with string literals
Pedro Alves
2017-02-10
Use gdbpy_ref to simplify some logic
Tom Tromey
2017-01-10
Use class to manage BFD reference counts
Tom Tromey
2017-01-10
Use gdbpy_enter in py-objfile.c
Tom Tromey
2017-01-01
update copyright year range in GDB files
Joel Brobecker
2016-10-26
Make symfile_add_flags and objfile->flags strongly typed
Pedro Alves
2016-05-23
Fix PR python/19438, PR python/18393 - initialize dictionaries
Tom Tromey
2016-03-29
python/py-utils.c (host_string_to_python_string): New function.
Doug Evans
2016-01-01
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2015-09-25
Add some more casts (2/2)
Simon Marchi
2015-06-15
Allow gdb to find debug symbols file by build-id for PE file format also
Jon Turney
2015-04-01
Add support for writing unwinders in Python.
Sasha Smundak
2015-03-07
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-02-11
Fix redefinition errors in C++ mode
Tom Tromey
2015-01-27
Add gdb.Objfile.username.
Doug Evans
2015-01-13
Enhance gdb.lookup_objfile so that it works with a symlinked binary.
Doug Evans
2015-01-01
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2014-12-12
New python function gdb.lookup_objfile.
Doug Evans
2014-12-08
python/py-objfile.c (objfpy_get_owner): Increment refcount of result.
Doug Evans
2014-12-08
New "owner" attribute for gdb.Objfile.
Doug Evans
2014-12-04
New python method gdb.Objfile.add_separate_debug_file.
Doug Evans
2014-12-04
New python attribute gdb.Objfile.build_id.
Doug Evans
2014-10-30
Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.
Doug Evans
2014-10-17
Add gdb.Objfile.progspace attribute.
Doug Evans
2014-10-13
Remove some code duplication in py-objfile.c, py-progspace.c.
Doug Evans
2014-06-03
Xmethod support in Python.
Siva Chandra
2014-01-01
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2013-09-24
Code cleanup: Add objfile_name accessor
Jan Kratochvil
2013-05-20
* python/py-arch.c (gdbpy_initialize_arch): Use
Tom 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): Use
Tom Tromey
2013-05-10
2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
[next]