aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-evts.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-07-05Make 'import gdb.events' workTom Tromey1-15/+13
2022-03-23gdb/python: remove Python 2 supportSimon Marchi1-6/+0
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-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-11Make it simpler to add events to PythonTom Tromey1-48/+4
2017-09-11Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey1-0/+9
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-02-14PR python/13598 - add before_prompt eventTom Tromey1-0/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-07-13PR python/15620, PR python/18620 - breakpoint events in PythonTom Tromey1-0/+11
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-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/+12
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans1-12/+0
2014-12-02New python events: infcall, register/memory changed.Doug Evans1-0/+12
2014-10-17New python event "clear_objfiles".Doug Evans1-0/+3
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-29Remove trailing whitespace.Doug Evans1-1/+1
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-14/+9
2013-05-20 * python/py-evts.c (gdbpy_initialize_py_events): Don'tTom Tromey1-3/+0
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-11/+8
2013-05-20 * python/py-event.h (gdbpy_initialize_event_generic): UseTom Tromey1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-0/+21
2012-11-08 * python/py-bpevent.c: Include defs.h.Tom Tromey1-0/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-10-07 Allow Python notification of new object-file loadings.Kevin Pouget1-0/+3
2011-03-14 Fix ARI warning about functions without parameters that do notPierre Muller1-1/+1
2011-02-05Add the file that prev commit forget.Hui Zhu1-0/+71