aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-record-btrace.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-10gdb: remove target_gdbarchSimon Marchi1-1/+1
2023-05-31python, btrace: Fix some small formatting issues.Felix Willgerodt1-3/+2
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-1/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi1-4/+4
2022-03-23gdb/python: remove Python 2 supportSimon Marchi1-16/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-20gdb: make some variables staticSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-2/+2
2020-09-15Don't use PyInt_FromLongTom Tromey1-3/+5
2020-09-15Don't use gdb_py_long_from_ulongestTom Tromey1-1/+1
2020-09-15Don't use gdb_py_long_from_longestTom Tromey1-1/+1
2020-01-16Fix some spelling errors.Christian Biesinger1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-04-08Rename gdb exception typesTom Tromey1-4/+4
2019-04-08Rewrite TRY/CATCHTom Tromey1-12/+8
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-27Remove more calls to xfree from PythonTom Tromey1-6/+5
2018-10-05[gdb/python] Fix cpychecker error in recpy_bt_gotoTom de Vries1-2/+4
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-27/+27
2018-04-13btrace: set/show record btrace cpuMarkus Metzger1-4/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-09-04btrace: Store btrace_insn in an std::vectorSimon Marchi1-1/+1
2017-05-30btrace: Replace struct btrace_function::segment.Tim Wiederhake1-4/+4
2017-05-30btrace: Replace struct btrace_function::up.Tim Wiederhake1-2/+2
2017-05-02Python: Move and rename gdb.BtraceFunctionTim Wiederhake1-198/+94
2017-05-02Python: Move and rename gdb.BtraceInstructionTim Wiederhake1-153/+107
2017-05-02Python: Introduce gdb.RecordGap classTim Wiederhake1-41/+31
2017-05-02Python: Use correct ptid in btrace recordingTim Wiederhake1-12/+20
2017-05-02Python: Fix indentation in py-record-btrace.cTim Wiederhake1-30/+30
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves1-2/+2
2017-03-21Fix break on Python 2Tim Wiederhake1-0/+5
2017-02-14python: Implement btrace Python bindings for record history.Tim Wiederhake1-0/+1001