2012-03-13 Hui Zhu <teawater@gmail.com>
[deliverable/binutils-gdb.git] / gdb / python / py-breakpoint.c
index c13fb95c55d61d50b4f6a37e7597f7d517a5c63d..b2c625f8e998a3902b8d295a6041384f9fb39227 100644 (file)
@@ -628,7 +628,7 @@ bppy_init (PyObject *self, PyObject *args, PyObject *kwargs)
                               0,
                               AUTO_BOOLEAN_TRUE,
                               &bkpt_breakpoint_ops,
-                              0, 1, internal_bp);
+                              0, 1, internal_bp, 0);
            break;
          }
         case bp_watchpoint:
This page took 0.025815 seconds and 4 git commands to generate.