2011-07-25 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / python / py-breakpoint.c
index 294e648ca95f7fa978ce955f7846a8d86fcc789a..c278cac996d11b93a2a573316809d1eeaf1e4f5a 100644 (file)
@@ -636,7 +636,8 @@ bppy_init (PyObject *self, PyObject *args, PyObject *kwargs)
                               0, bp_breakpoint,
                               0,
                               AUTO_BOOLEAN_TRUE,
-                              NULL, 0, 1, internal_bp);
+                              &bkpt_breakpoint_ops,
+                              0, 1, internal_bp);
            break;
          }
         case bp_watchpoint:
This page took 0.023211 seconds and 4 git commands to generate.