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-function.c
Age
Commit message (
Expand
)
Author
2018-01-02
Update copyright year range in all GDB files
Joel Brobecker
2017-02-10
Turn gdbpy_ref into a template
Tom Tromey
2017-01-20
Fix Py_DECREF being executed without holding the GIL
Simon Marchi
2017-01-10
Use gdbpy_enter in fnpy_call
Tom Tromey
2017-01-10
Use gdbpy_ref in py-function.c
Tom Tromey
2017-01-01
update copyright year range in GDB files
Joel Brobecker
2016-11-09
Use unique_xmalloc_ptr in Python code
Tom Tromey
2016-01-01
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
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-08
Remove spurious exceptions.h inclusions
Gary Benson
2014-01-01
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2013-11-29
Remove trailing whitespace.
Doug Evans
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-function.c (fnpy_init): Decref result of
Tom Tromey
2013-05-20
* python/py-arch.c (arch_object_type): Use
Tom Tromey
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-01-04
Copyright year update in most files of the GDB Project.
Joel Brobecker
2011-10-27
2011-10-27 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2011-08-05
* python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move the
Eli Zaretskii
2011-06-24
* varobj.c (update_dynamic_varobj_children): Make 'name' const.
Tom Tromey
2011-03-22
2011-03-21 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2011-01-01
run copyright.sh for 2011.
Joel Brobecker
2010-10-13
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-01-01
Update copyright year in most headers.
Joel Brobecker
2009-09-21
2009-09-21 Jason Orendorff <jason.orendorff@gmail.com>
Tom Tromey
2009-09-09
Checking in this patch for Thiago: Rename python-* files into py-*,
Joel Brobecker