Age | Commit message (Expand) | Author | Files | Lines |
2022-06-15 | gdb/python: convert gdbpy_err_fetch to use gdbpy_ref | Andrew Burgess | 1 | -4/+4 |
2022-05-28 | gdb/python: improve formatting of help text for user defined commands | Andrew Burgess | 1 | -0/+194 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -3/+3 |
2022-03-23 | gdb/python: remove Python 2/3 compatibility macros | Simon Marchi | 1 | -4/+4 |
2022-03-23 | gdb/python: remove Python 2 support | Simon Marchi | 1 | -45/+2 |
2022-03-14 | gdb/python/mi: create MI commands using python | Andrew Burgess | 1 | -0/+17 |
2022-01-26 | Change how Python architecture and language are handled | Tom Tromey | 1 | -4/+6 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+1 |
2019-03-05 | Remove some Python 3 #ifs | Tom Tromey | 1 | -9/+2 |
2019-02-27 | Remove Python 2.4 and 2.5 support | Tom Tromey | 1 | -2/+1 |
2019-01-22 | Do not include py-ref.h in most files | Tom Tromey | 1 | -1/+0 |
2019-01-03 | Use a wrapper for PyErr_Fetch | Tom Tromey | 1 | -33/+25 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-27 | Translate PyExc_KeyboardInterrupt to gdb "quit" | Tom Tromey | 1 | -1/+3 |
2018-12-27 | Remove more calls to xfree from Python | Tom Tromey | 1 | -3/+2 |
2018-11-04 | Return gdbpy_ref from some Python string functions | Tom Tromey | 1 | -12/+13 |
2018-11-04 | Return gdbpy_ref from gdb_py_object_from_*longest | Tom Tromey | 1 | -11/+11 |
2018-09-23 | Consolidate gdb.GdbError handling | Tom Tromey | 1 | -0/+56 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-02-10 | Turn gdbpy_ref into a template | Tom Tromey | 1 | -6/+6 |
2017-01-10 | Remove make_cleanup_py_decref and make_cleanup_py_xdecref | Tom Tromey | 1 | -42/+0 |
2017-01-10 | Use gdbpy_ref in py-utils.c | Tom Tromey | 1 | -34/+15 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-09 | Use unique_xmalloc_ptr in Python code | Tom Tromey | 1 | -34/+26 |
2016-03-29 | python/py-utils.c (host_string_to_python_string): New function. | Doug Evans | 1 | -0/+8 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -3/+3 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -3/+6 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-29 | Remove trailing whitespace. | Doug Evans | 1 | -3/+3 |
2013-06-05 | * python/py-utils.c (gdb_pymodule_addobject): Cast away const. | Tom Tromey | 1 | -1/+2 |
2013-05-21 | py_decref: Don't check for NULL before calling Py_DECREF. | Pedro Alves | 1 | -2/+1 |
2013-05-21 | Centralize workaround for Python 2.6's Py_DECREF. | Pedro Alves | 1 | -9/+2 |
2013-05-21 | gdb/ | Jan Kratochvil | 1 | -1/+4 |
2013-05-20 | * python/py-arch.c (gdbpy_initialize_arch): Use | Tom Tromey | 1 | -0/+15 |
2013-05-20 | * python/py-inferior.c (gdbpy_inferiors): Update. Hoist | Tom Tromey | 1 | -7/+14 |
2013-05-20 | * python/py-arch.c (archpy_disassemble): Update. | Tom Tromey | 1 | -3/+3 |
2013-05-10 | 2013-05-10 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -0/+22 |
2013-03-06 | Garbage collect py-utils.c:target_string_to_unicode. | Pedro Alves | 1 | -13/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-12 | Add support for Python 3. | Paul Koning | 1 | -10/+32 |
2012-03-01 | 2012-03-01 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -1/+1 |
2012-02-17 | PR python/12070: | Tom Tromey | 1 | -0/+20 |