summaryrefslogtreecommitdiff
path: root/gdb/python/py-record-btrace.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess2023-05-051-1/+3
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/python: remove Python 2/3 compatibility macrosSimon Marchi2022-03-231-4/+4
* gdb/python: remove Python 2 supportSimon Marchi2022-03-231-16/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make some variables staticSimon Marchi2021-01-201-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove redundant typedefsTom Tromey2020-12-041-2/+2
* Don't use PyInt_FromLongTom Tromey2020-09-151-3/+5
* Don't use gdb_py_long_from_ulongestTom Tromey2020-09-151-1/+1
* Don't use gdb_py_long_from_longestTom Tromey2020-09-151-1/+1
* Fix some spelling errors.Christian Biesinger2020-01-161-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename gdb exception typesTom Tromey2019-04-081-4/+4
* Rewrite TRY/CATCHTom Tromey2019-04-081-12/+8
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove more calls to xfree from PythonTom Tromey2018-12-271-6/+5
* [gdb/python] Fix cpychecker error in recpy_bt_gotoTom de Vries2018-10-051-2/+4
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-27/+27
* btrace: set/show record btrace cpuMarkus Metzger2018-04-131-4/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* btrace: Store btrace_insn in an std::vectorSimon Marchi2017-09-041-1/+1
* btrace: Replace struct btrace_function::segment.Tim Wiederhake2017-05-301-4/+4
* btrace: Replace struct btrace_function::up.Tim Wiederhake2017-05-301-2/+2
* Python: Move and rename gdb.BtraceFunctionTim Wiederhake2017-05-021-198/+94
* Python: Move and rename gdb.BtraceInstructionTim Wiederhake2017-05-021-153/+107
* Python: Introduce gdb.RecordGap classTim Wiederhake2017-05-021-41/+31
* Python: Use correct ptid in btrace recordingTim Wiederhake2017-05-021-12/+20
* Python: Fix indentation in py-record-btrace.cTim Wiederhake2017-05-021-30/+30
* -Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves2017-04-051-2/+2
* Fix break on Python 2Tim Wiederhake2017-03-211-0/+5
* python: Implement btrace Python bindings for record history.Tim Wiederhake2017-02-141-0/+1001