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-utils.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-10
Remove make_cleanup_py_decref and make_cleanup_py_xdecref
Tom Tromey
2017-01-10
Use gdbpy_ref in py-utils.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-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-03-07
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-01-01
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2014-01-01
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2013-11-29
Remove trailing whitespace.
Doug Evans
2013-06-05
* python/py-utils.c (gdb_pymodule_addobject): Cast away const.
Tom Tromey
2013-05-21
py_decref: Don't check for NULL before calling Py_DECREF.
Pedro Alves
2013-05-21
Centralize workaround for Python 2.6's Py_DECREF.
Pedro Alves
2013-05-21
gdb/
Jan Kratochvil
2013-05-20
* python/py-arch.c (gdbpy_initialize_arch): Use
Tom Tromey
2013-05-20
* python/py-inferior.c (gdbpy_inferiors): Update. Hoist
Tom Tromey
2013-05-20
* python/py-arch.c (archpy_disassemble): Update.
Tom Tromey
2013-05-10
2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2013-03-06
Garbage collect py-utils.c:target_string_to_unicode.
Pedro Alves
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-03-01
2012-03-01 Pedro Alves <palves@redhat.com>
Pedro Alves
2012-02-17
PR python/12070:
Tom Tromey
2012-01-04
Copyright year update in most files of the GDB Project.
Joel Brobecker
2011-03-01
2011-02-28 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-26
* python/python.c (gdbpy_solib_name): Use gdb_py_longest and
Tom Tromey
2011-01-01
run copyright.sh for 2011.
Joel Brobecker
2010-11-12
gdb
Tom Tromey
2010-06-28
2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2010-05-25
Add python gdb.GdbError and gdb.string_to_argv.
Doug Evans
2010-05-17
2010-05-17 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2010-03-05
gdb
Tom Tromey
2010-01-01
Update copyright year in most headers.
Joel Brobecker
2009-09-09
Checking in this patch for Thiago: Rename python-* files into py-*,
Joel Brobecker