aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-stopevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-stopevent.h')
-rw-r--r--gdb/python/py-stopevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-stopevent.h b/gdb/python/py-stopevent.h
index 4f07bda..7622a79 100644
--- a/gdb/python/py-stopevent.h
+++ b/gdb/python/py-stopevent.h
@@ -25,7 +25,7 @@
extern gdbpy_ref<> create_stop_event_object (PyTypeObject *py_type);
extern void stop_evpy_dealloc (PyObject *self);
-extern int emit_stop_event (struct bpstats *bs,
+extern int emit_stop_event (struct bpstat *bs,
enum gdb_signal stop_signal);
extern gdbpy_ref<> create_breakpoint_event_object (PyObject *breakpoint_list,