diff options
Diffstat (limited to 'gdb/python/py-event.h')
-rw-r--r-- | gdb/python/py-event.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/python/py-event.h b/gdb/python/py-event.h index 1db8bd2..4850f1a 100644 --- a/gdb/python/py-event.h +++ b/gdb/python/py-event.h @@ -115,8 +115,9 @@ extern int emit_new_objfile_event (struct objfile *objfile); extern void evpy_dealloc (PyObject *self); extern int evpy_add_attribute (PyObject *event, - char *name, PyObject *attr); -int gdbpy_initialize_event_generic (PyTypeObject *type, char *name); - + char *name, PyObject *attr) + CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION; +int gdbpy_initialize_event_generic (PyTypeObject *type, char *name) + CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION; #endif /* GDB_PY_EVENT_H */ |