Age | Commit message (Expand) | Author | Files | Lines |
2024-09-24 | btrace: Add support for interrupt events. | Felix Willgerodt | 1 | -3/+3 |
2024-09-24 | [gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION | Tom de Vries | 1 | -4/+4 |
2024-09-23 | Automatically add types to Python modules | Tom Tromey | 1 | -1/+1 |
2024-08-27 | [gdb/python] Use GDB_PY_HANDLE_EXCEPTION more often | Tom de Vries | 1 | -2/+1 |
2024-08-14 | btrace, python: Enable ptwrite filter registration. | Felix Willgerodt | 1 | -0/+103 |
2024-08-14 | python: Add clear() to gdb.Record. | Felix Willgerodt | 1 | -0/+13 |
2024-08-14 | python: Introduce gdb.RecordAuxiliary class. | Felix Willgerodt | 1 | -13/+71 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
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-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -1/+1 |
2023-05-31 | python, btrace: Fix some small formatting issues. | Felix Willgerodt | 1 | -3/+2 |
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-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 | -16/+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 | -3/+5 |
2020-09-15 | Don't use gdb_py_long_from_ulongest | Tom Tromey | 1 | -1/+1 |
2020-09-15 | Don't use gdb_py_long_from_longest | Tom Tromey | 1 | -1/+1 |
2020-01-16 | Fix some spelling errors. | Christian Biesinger | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -4/+4 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -12/+8 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-27 | Remove more calls to xfree from Python | Tom Tromey | 1 | -6/+5 |
2018-10-05 | [gdb/python] Fix cpychecker error in recpy_bt_goto | Tom de Vries | 1 | -2/+4 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -27/+27 |
2018-04-13 | btrace: set/show record btrace cpu | Markus Metzger | 1 | -4/+5 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-09-04 | btrace: Store btrace_insn in an std::vector | Simon Marchi | 1 | -1/+1 |
2017-05-30 | btrace: Replace struct btrace_function::segment. | Tim Wiederhake | 1 | -4/+4 |
2017-05-30 | btrace: Replace struct btrace_function::up. | Tim Wiederhake | 1 | -2/+2 |
2017-05-02 | Python: Move and rename gdb.BtraceFunction | Tim Wiederhake | 1 | -198/+94 |
2017-05-02 | Python: Move and rename gdb.BtraceInstruction | Tim Wiederhake | 1 | -153/+107 |
2017-05-02 | Python: Introduce gdb.RecordGap class | Tim Wiederhake | 1 | -41/+31 |
2017-05-02 | Python: Use correct ptid in btrace recording | Tim Wiederhake | 1 | -12/+20 |
2017-05-02 | Python: Fix indentation in py-record-btrace.c | Tim Wiederhake | 1 | -30/+30 |
2017-04-05 | -Wwrite-strings: Wrap PyGetSetDef for construction with string literals | Pedro Alves | 1 | -2/+2 |
2017-03-21 | Fix break on Python 2 | Tim Wiederhake | 1 | -0/+5 |
2017-02-14 | python: Implement btrace Python bindings for record history. | Tim Wiederhake | 1 | -0/+1001 |