aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-infevents.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-15Don't use PyLong_FromLongLongTom Tromey1-1/+1
2020-09-15Don't use PyLong_FromLongTom Tromey1-1/+1
2020-08-17Convert CORE_ADDR to Python using gdb_py_object_from_ulongestTom Tromey1-2/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-24gdb/python: Use copy-initialization more when possiblePedro Alves1-11/+11
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-09-11Make it simpler to add events to PythonTom Tromey1-34/+0
2017-09-11Small event ownership clean up in Python layerTom Tromey1-2/+2
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-12/+12
2017-01-10Change event code to use gdbpy_refTom Tromey1-98/+40
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-12/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-02New python events: inferior call, register/memory changed.Nick Bull1-0/+263
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans1-263/+0
2014-12-02New python events: infcall, register/memory changed.Doug Evans1-0/+263