diff options
Diffstat (limited to 'gdb/python/py-all-events.def')
-rw-r--r-- | gdb/python/py-all-events.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/python/py-all-events.def b/gdb/python/py-all-events.def index 4df5541..f315e75 100644 --- a/gdb/python/py-all-events.def +++ b/gdb/python/py-all-events.def @@ -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) |