diff options
Diffstat (limited to 'gdb/python/py-finishbreakpoint.c')
-rw-r--r-- | gdb/python/py-finishbreakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-finishbreakpoint.c b/gdb/python/py-finishbreakpoint.c index bfbf9c3..b67b163 100644 --- a/gdb/python/py-finishbreakpoint.c +++ b/gdb/python/py-finishbreakpoint.c @@ -288,7 +288,7 @@ bpfinishpy_init (PyObject *self, PyObject *args, PyObject *kwargs) 0, AUTO_BOOLEAN_TRUE, &bkpt_breakpoint_ops, - 0, 1, internal_bp); + 0, 1, internal_bp, 0); } GDB_PY_SET_HANDLE_EXCEPTION (except); |