summaryrefslogtreecommitdiff
path: root/gdb/python/py-utils.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-02-10Turn gdbpy_ref into a templateTom Tromey
2017-01-10Remove make_cleanup_py_decref and make_cleanup_py_xdecrefTom Tromey
2017-01-10Use gdbpy_ref in py-utils.cTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey
2016-03-29python/py-utils.c (host_string_to_python_string): New function.Doug Evans
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-29Remove trailing whitespace.Doug Evans
2013-06-05 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.Tom Tromey
2013-05-21py_decref: Don't check for NULL before calling Py_DECREF.Pedro Alves
2013-05-21Centralize workaround for Python 2.6's Py_DECREF.Pedro Alves
2013-05-21gdb/Jan Kratochvil
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey
2013-05-20 * python/py-inferior.c (gdbpy_inferiors): Update. HoistTom Tromey
2013-05-20 * python/py-arch.c (archpy_disassemble): Update.Tom Tromey
2013-05-102013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon
2013-03-06Garbage collect py-utils.c:target_string_to_unicode.Pedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-12Add support for Python 3.Paul Koning
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves
2012-02-17 PR python/12070:Tom Tromey
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-03-012011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-26 * python/python.c (gdbpy_solib_name): Use gdb_py_longest andTom Tromey
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-11-12gdbTom Tromey
2010-06-282010-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-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-03-05gdbTom Tromey
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-09-09Checking in this patch for Thiago: Rename python-* files into py-*,Joel Brobecker