aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-record.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-05-31python, btrace: Fix some small formatting issues.Felix Willgerodt1-2/+4
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-10-20gdb/python: break dependencies between gdbpy_initialize_* functionsAndrew Burgess1-1/+1
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi1-1/+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-1/+1
2020-09-15Don't use PyInt_FromSsize_tTom Tromey1-2/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-01-03Simplify gdbpy_stop_recordingTom Tromey1-6/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-8/+9
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
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