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