aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-record-btrace.c
AgeCommit message (Expand)AuthorFilesLines
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