]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/py-record-btrace.c
gas: introduce .errif and .warnif
[thirdparty/binutils-gdb.git] / gdb / python / py-record-btrace.c
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2024-09-24  Felix Willgerodtbtrace: Add support for interrupt events.
2024-09-24  Tom de Vries[gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION
2024-09-23  Tom TromeyAutomatically add types to Python modules
2024-08-27  Tom de Vries[gdb/python] Use GDB_PY_HANDLE_EXCEPTION more often
2024-08-14  Felix Willgerodtbtrace, python: Enable ptwrite filter registration.
2024-08-14  Felix Willgerodtpython: Add clear() to gdb.Record.
2024-08-14  Felix Willgerodtpython: Introduce gdb.RecordAuxiliary class.
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-05-31  Felix Willgerodtpython, btrace: Fix some small formatting issues.
2023-05-05  Andrew Burgessgdb/python: add mechanism to manage Python initializati...
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-03-23  Simon Marchigdb/python: remove Python 2/3 compatibility macros
2022-03-23  Simon Marchigdb/python: remove Python 2 support
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-01-21  Simon Marchigdb: make some variables static
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04  Tom TromeyRemove redundant typedefs
2020-09-15  Tom TromeyDon't use PyInt_FromLong
2020-09-15  Tom TromeyDon't use gdb_py_long_from_ulongest
2020-09-15  Tom TromeyDon't use gdb_py_long_from_longest
2020-01-16  Christian BiesingerFix some spelling errors.
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-07-10  Tom TromeyDon't include gdbarch.h from defs.h
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-27  Tom TromeyRemove more calls to xfree from Python
2018-10-04  Tom de Vries[gdb/python] Fix cpychecker error in recpy_bt_goto
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-04-13  Markus Metzgerbtrace: set/show record btrace cpu
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-09-04  Simon Marchibtrace: Store btrace_insn in an std::vector
2017-05-30  Tim Wiederhakebtrace: Replace struct btrace_function::segment.
2017-05-30  Tim Wiederhakebtrace: Replace struct btrace_function::up.
2017-05-02  Tim WiederhakePython: Move and rename gdb.BtraceFunction
2017-05-02  Tim WiederhakePython: Move and rename gdb.BtraceInstruction
2017-05-02  Tim WiederhakePython: Introduce gdb.RecordGap class
2017-05-02  Tim WiederhakePython: Use correct ptid in btrace recording
2017-05-02  Tim WiederhakePython: Fix indentation in py-record-btrace.c
2017-04-05  Pedro Alves-Wwrite-strings: Wrap PyGetSetDef for construction...
2017-03-21  Tim WiederhakeFix break on Python 2
2017-02-14  Tim Wiederhakepython: Implement btrace Python bindings for record...