aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-event.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-05gdb: add program_space parameter to emit_clear_objfiles_eventSimon Marchi1-1/+1
2023-06-19gdb/Python: Added ThreadExitedEventSimon Farre1-0/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-07-18Add gdb.free_objfile event registryTom Tromey1-0/+1
2022-04-28Remove "typedef enum ..."Tom 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-12-04Remove redundant typedefsTom Tromey1-2/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-4/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-02-07Normalize include guards in gdbTom Tromey1-3/+3
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-09-16Change thread_to_thread_object to return a new referenceTom Tromey1-3/+2
2018-08-24Fix 8.2 regression in gdb.python/py-evthreads.exp w/ gdbserver (PR gdb/23379)Pedro Alves1-1/+11
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-11Make it simpler to add events to PythonTom Tromey1-68/+6
2017-09-11Small event ownership clean up in Python layerTom Tromey1-3/+3
2017-09-11Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey1-1/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-2/+2
2017-01-10Change event code to use gdbpy_refTom Tromey1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
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-3/+2
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/+16
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans1-16/+0
2014-12-02New python events: infcall, register/memory changed.Doug Evans1-0/+16
2014-10-17New python event "clear_objfiles".Doug Evans1-0/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-3/+3
2013-05-20 * python/py-event.h (gdbpy_initialize_event_generic): UseTom Tromey1-3/+4
2013-05-20 * python/py-event.h (evpy_emit_event): UseTom Tromey1-1/+2
2013-05-20 * python/py-arch.c (arch_object_type): UseTom Tromey1-2/+3
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-2/+1
2012-11-08 * python/py-bpevent.c: Include defs.h.Tom Tromey1-1/+0
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/+1
2011-10-042011-10-04 Kevin Pouget <kevin.pouget@st.com>Kevin Pouget1-1/+1
2011-06-03gdbTom Tromey1-1/+1
2011-02-05Add the file that prev commit forget.Hui Zhu1-0/+121