aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-record.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Python: Introduce gdb.Instruction classTim Wiederhake1-0/+2
2017-05-02Python: Move and rename gdb.BtraceFunctionTim Wiederhake1-3/+133
2017-05-02Python: Move and rename gdb.BtraceInstructionTim Wiederhake1-0/+185
2017-05-02Python: Introduce gdb.RecordGap classTim Wiederhake1-1/+90
2017-05-02Python: Remove ptid from gdb.Record interfaceTim Wiederhake1-11/+0
2017-05-02Python: Use correct ptid in btrace recordingTim Wiederhake1-16/+1
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves1-1/+1
2017-02-14python: Implement btrace Python bindings for record history.Tim Wiederhake1-0/+48
2017-02-14python: Create Python bindings for record history.Tim Wiederhake1-0/+227