diff options
Diffstat (limited to 'gdb/python/py-all-events.def')
-rw-r--r-- | gdb/python/py-all-events.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/python/py-all-events.def b/gdb/python/py-all-events.def index 4df5541..c20bb36 100644 --- a/gdb/python/py-all-events.def +++ b/gdb/python/py-all-events.def @@ -1,6 +1,6 @@ /* Python event definitions -*- c++ -*- - Copyright (C) 2017-2024 Free Software Foundation, Inc. + Copyright (C) 2017-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -45,3 +45,4 @@ GDB_PY_DEFINE_EVENT(connection_removed) GDB_PY_DEFINE_EVENT(executable_changed) GDB_PY_DEFINE_EVENT(new_progspace) GDB_PY_DEFINE_EVENT(free_progspace) +GDB_PY_DEFINE_EVENT(tui_enabled) |