aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gdb/python] Make sure python sys.exit makes gdb exitTom de Vries2024-09-251-0/+29
* [gdb/python] Eliminate GDB_PY_SET_HANDLE_EXCEPTIONTom de Vries2024-09-241-1/+1
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* [gdb/python] Use gdbpy_err_fetch::{type,value} as gettersTom de Vries2024-03-091-4/+5
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb/python: hoist common invalid object repr code into py-utils.cAndrew Burgess2024-01-121-0/+8
* gdb: Replace gdb::optional with std::optionalLancelot Six2023-11-211-2/+2
* Remove explanatory comments from includesTom Tromey2023-09-201-1/+1
* Python QUIT processing updatesKevin Buettner2023-02-271-0/+3
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/python: convert gdbpy_err_fetch to use gdbpy_refAndrew Burgess2022-06-151-4/+4
* gdb/python: improve formatting of help text for user defined commandsAndrew Burgess2022-05-281-0/+194
* Unify gdb printf functionsTom Tromey2022-03-291-3/+3
* gdb/python: remove Python 2/3 compatibility macrosSimon Marchi2022-03-231-4/+4
* gdb/python: remove Python 2 supportSimon Marchi2022-03-231-45/+2
* gdb/python/mi: create MI commands using pythonAndrew Burgess2022-03-141-0/+17
* Change how Python architecture and language are handledTom Tromey2022-01-261-4/+6
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* 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