diff options
Diffstat (limited to 'gdb/python/py-evtregistry.c')
-rw-r--r-- | gdb/python/py-evtregistry.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/python/py-evtregistry.c b/gdb/python/py-evtregistry.c index e1b4346..67d5715 100644 --- a/gdb/python/py-evtregistry.c +++ b/gdb/python/py-evtregistry.c @@ -21,6 +21,8 @@ #include "command.h" #include "py-events.h" +events_object gdb_py_events; + static PyTypeObject eventregistry_object_type; /* Implementation of EventRegistry.connect () -> NULL. |