]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/python/py-breakpoint.c
Static tracepoints support, and UST integration.
[thirdparty/binutils-gdb.git] / gdb / python / py-breakpoint.c
index fb96b54251661f1d4f33f9a96605cba0af643443..14f041747fe4c3be958f3fc8ae13a9874ee2e152 100644 (file)
@@ -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);