summaryrefslogtreecommitdiff
path: root/gdb/python/py-record.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* Simplify gdbpy_stop_recordingTom Tromey2019-01-031-6/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-8/+9
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Python: Introduce gdb.Instruction classTim Wiederhake2017-05-021-0/+2
* Python: Move and rename gdb.BtraceFunctionTim Wiederhake2017-05-021-3/+133
* Python: Move and rename gdb.BtraceInstructionTim Wiederhake2017-05-021-0/+185
* Python: Introduce gdb.RecordGap classTim Wiederhake2017-05-021-1/+90
* Python: Remove ptid from gdb.Record interfaceTim Wiederhake2017-05-021-11/+0
* Python: Use correct ptid in btrace recordingTim Wiederhake2017-05-021-16/+1
* -Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves2017-04-051-1/+1
* python: Implement btrace Python bindings for record history.Tim Wiederhake2017-02-141-0/+48
* python: Create Python bindings for record history.Tim Wiederhake2017-02-141-0/+227