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-progspace.c
Age
Commit message (
Expand
)
Author
2018-01-02
Update copyright year range in all GDB files
Joel Brobecker
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 gdbpy_enter in py-progspace.c
Tom Tromey
2017-01-01
update copyright year range in GDB files
Joel Brobecker
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-04-01
Add support for writing unwinders in Python.
Sasha Smundak
2015-02-11
Fix redefinition errors in C++ mode
Tom Tromey
2015-01-01
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2014-10-30
Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.
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-05-20
Fix gdb.multi/base.exp failures.
Doug Evans
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
2013-01-01
Update years in copyright notice for the GDB files.
Joel Brobecker
2012-12-12
Add support for Python 3.
Paul Koning
2012-11-12
* NEWS: Update.
Tom Tromey
2012-08-22
* auto-load.c (_initialize_auto_load): Update.
Tom Tromey
2012-01-04
Copyright year update in most files of the GDB Project.
Joel Brobecker
2011-01-06
2011-01-05 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-01
run copyright.sh for 2011.
Joel Brobecker
2010-12-18
* python/py-progspace.c (py_free_pspace): Obtain arch another
Marc Khouzam
2010-09-22
gdb/
Jan Kratochvil
2010-05-17
2010-05-17 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2010-05-07
2010-05-07 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2010-04-15
* NEWS: Add entry for python program space support.
Doug Evans