summaryrefslogtreecommitdiff
path: root/gdb/python/py-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make exception handling more efficientTom Tromey2019-04-251-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Remove some Python 3 #ifsTom Tromey2019-03-051-9/+2
* Remove Python 2.4 and 2.5 supportTom Tromey2019-02-271-2/+1
* Do not include py-ref.h in most filesTom Tromey2019-01-221-1/+0
* Use a wrapper for PyErr_FetchTom Tromey2019-01-031-33/+25
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Translate PyExc_KeyboardInterrupt to gdb "quit"Tom Tromey2018-12-271-1/+3
* Remove more calls to xfree from PythonTom Tromey2018-12-271-3/+2
* Return gdbpy_ref from some Python string functionsTom Tromey2018-11-041-12/+13
* Return gdbpy_ref from gdb_py_object_from_*longestTom Tromey2018-11-041-11/+11
* Consolidate gdb.GdbError handlingTom Tromey2018-09-231-0/+56
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Turn gdbpy_ref into a templateTom Tromey2017-02-101-6/+6
* Remove make_cleanup_py_decref and make_cleanup_py_xdecrefTom Tromey2017-01-101-42/+0
* Use gdbpy_ref in py-utils.cTom Tromey2017-01-101-34/+15
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use unique_xmalloc_ptr in Python codeTom Tromey2016-11-091-34/+26
* python/py-utils.c (host_string_to_python_string): New function.Doug Evans2016-03-291-0/+8
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-3/+3
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Remove trailing whitespace.Doug Evans2013-11-291-3/+3
* * python/py-utils.c (gdb_pymodule_addobject): Cast away const.Tom Tromey2013-06-051-1/+2
* py_decref: Don't check for NULL before calling Py_DECREF.Pedro Alves2013-05-211-2/+1
* Centralize workaround for Python 2.6's Py_DECREF.Pedro Alves2013-05-211-9/+2
* gdb/Jan Kratochvil2013-05-211-1/+4
* * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey2013-05-201-0/+15
* * python/py-inferior.c (gdbpy_inferiors): Update. HoistTom Tromey2013-05-201-7/+14
* * python/py-arch.c (archpy_disassemble): Update.Tom Tromey2013-05-201-3/+3
* 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-05-101-0/+22
* Garbage collect py-utils.c:target_string_to_unicode.Pedro Alves2013-03-061-13/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Add support for Python 3.Paul Koning2012-12-121-10/+32
* 2012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves2012-03-011-1/+1
* PR python/12070:Tom Tromey2012-02-171-0/+20
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* 2011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-03-011-1/+0
* * python/python.c (gdbpy_solib_name): Use gdb_py_longest andTom Tromey2011-01-261-26/+60
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* gdbTom Tromey2010-11-121-0/+19
* 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2010-06-281-0/+49
* Add python gdb.GdbError and gdb.string_to_argv.Doug Evans2010-05-251-0/+50
* 2010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-171-0/+1
* gdbTom Tromey2010-03-051-3/+5