aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-utils.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-26Change how Python architecture and language are handledTom Tromey1-4/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-04-25Make exception handling more efficientTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-03-05Remove some Python 3 #ifsTom Tromey1-9/+2
2019-02-27Remove Python 2.4 and 2.5 supportTom Tromey1-2/+1
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
2019-01-03Use a wrapper for PyErr_FetchTom Tromey1-33/+25
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-27Translate PyExc_KeyboardInterrupt to gdb "quit"Tom Tromey1-1/+3
2018-12-27Remove more calls to xfree from PythonTom Tromey1-3/+2
2018-11-04Return gdbpy_ref from some Python string functionsTom Tromey1-12/+13
2018-11-04Return gdbpy_ref from gdb_py_object_from_*longestTom Tromey1-11/+11
2018-09-23Consolidate gdb.GdbError handlingTom Tromey1-0/+56
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-6/+6
2017-01-10Remove make_cleanup_py_decref and make_cleanup_py_xdecrefTom Tromey1-42/+0
2017-01-10Use gdbpy_ref in py-utils.cTom Tromey1-34/+15
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-34/+26
2016-03-29python/py-utils.c (host_string_to_python_string): New function.Doug Evans1-0/+8
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-3/+3
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-29Remove trailing whitespace.Doug Evans1-3/+3
2013-06-05 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.Tom Tromey1-1/+2
2013-05-21py_decref: Don't check for NULL before calling Py_DECREF.Pedro Alves1-2/+1
2013-05-21Centralize workaround for Python 2.6's Py_DECREF.Pedro Alves1-9/+2
2013-05-21gdb/Jan Kratochvil1-1/+4
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-0/+15
2013-05-20 * python/py-inferior.c (gdbpy_inferiors): Update. HoistTom Tromey1-7/+14
2013-05-20 * python/py-arch.c (archpy_disassemble): Update.Tom Tromey1-3/+3
2013-05-102013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+22
2013-03-06Garbage collect py-utils.c:target_string_to_unicode.Pedro Alves1-13/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-10/+32
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves1-1/+1
2012-02-17 PR python/12070:Tom Tromey1-0/+20
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-03-012011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+0
2011-01-26 * python/python.c (gdbpy_solib_name): Use gdb_py_longest andTom Tromey1-26/+60
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-11-12gdbTom Tromey1-0/+19
2010-06-282010-06-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+49