diff options
Diffstat (limited to 'gdb/python/py-breakpoint.c')
-rw-r--r-- | gdb/python/py-breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-breakpoint.c b/gdb/python/py-breakpoint.c index fb96b54..14f0417 100644 --- a/gdb/python/py-breakpoint.c +++ b/gdb/python/py-breakpoint.c @@ -592,7 +592,7 @@ bppy_new (PyTypeObject *subtype, PyObject *args, PyObject *kwargs) create_breakpoint (python_gdbarch, spec, NULL, -1, 0, - 0, 0, 0, + 0, bp_breakpoint, 0, AUTO_BOOLEAN_TRUE, NULL, 0, 1); |