aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-evts.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-evts.c')
-rw-r--r--gdb/python/py-evts.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/python/py-evts.c b/gdb/python/py-evts.c
index 50c05f3..93790c0 100644
--- a/gdb/python/py-evts.c
+++ b/gdb/python/py-evts.c
@@ -58,6 +58,9 @@ gdbpy_initialize_py_events (void)
if (add_new_registry (&gdb_py_events.exited, "exited") < 0)
goto fail;
+ if (add_new_registry (&gdb_py_events.new_objfile, "new_objfile") < 0)
+ goto fail;
+
Py_INCREF (gdb_py_events.module);
if (PyModule_AddObject (gdb_module,
"events",