Age | Commit message (Expand) | Author | Files | Lines |
2024-09-24 | [gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION | Tom de Vries | 1 | -2/+2 |
2024-09-23 | Automatically add types to Python modules | Tom Tromey | 1 | -5/+5 |
2024-08-27 | [gdb/python] Use GDB_PY_HANDLE_EXCEPTION more often | Tom de Vries | 1 | -5/+2 |
2024-08-14 | python: Add clear() to gdb.Record. | Felix Willgerodt | 1 | -0/+16 |
2024-08-14 | python: Introduce gdb.RecordAuxiliary class. | Felix Willgerodt | 1 | -3/+59 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-05-31 | python, btrace: Fix some small formatting issues. | Felix Willgerodt | 1 | -2/+4 |
2023-05-05 | gdb/python: add mechanism to manage Python initialization functions | Andrew Burgess | 1 | -1/+3 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-20 | gdb/python: break dependencies between gdbpy_initialize_* functions | Andrew Burgess | 1 | -1/+1 |
2022-03-23 | gdb/python: remove Python 2/3 compatibility macros | Simon Marchi | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | Remove redundant typedefs | Tom Tromey | 1 | -2/+2 |
2020-09-15 | Don't use PyInt_FromLong | Tom Tromey | 1 | -1/+1 |
2020-09-15 | Don't use PyInt_FromSsize_t | Tom Tromey | 1 | -2/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -6/+4 |
2019-01-03 | Simplify gdbpy_stop_recording | Tom Tromey | 1 | -6/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -8/+9 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-05-02 | Python: Introduce gdb.Instruction class | Tim Wiederhake | 1 | -0/+2 |
2017-05-02 | Python: Move and rename gdb.BtraceFunction | Tim Wiederhake | 1 | -3/+133 |
2017-05-02 | Python: Move and rename gdb.BtraceInstruction | Tim Wiederhake | 1 | -0/+185 |
2017-05-02 | Python: Introduce gdb.RecordGap class | Tim Wiederhake | 1 | -1/+90 |
2017-05-02 | Python: Remove ptid from gdb.Record interface | Tim Wiederhake | 1 | -11/+0 |
2017-05-02 | Python: Use correct ptid in btrace recording | Tim Wiederhake | 1 | -16/+1 |
2017-04-05 | -Wwrite-strings: Wrap PyGetSetDef for construction with string literals | Pedro Alves | 1 | -1/+1 |
2017-02-14 | python: Implement btrace Python bindings for record history. | Tim Wiederhake | 1 | -0/+48 |
2017-02-14 | python: Create Python bindings for record history. | Tim Wiederhake | 1 | -0/+227 |