2012-05-14 Stan Shebs <stan@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / python / py-finishbreakpoint.c
index b67b1631528a2f459e173dc05f129fb0daefebcd..3d598d71c7aed3f43ff9c97420408cd4ac67f522 100644 (file)
@@ -281,7 +281,7 @@ bpfinishpy_init (PyObject *self, PyObject *args, PyObject *kwargs)
       addr_str = small_buf;
 
       create_breakpoint (python_gdbarch,
-                         addr_str, NULL, thread,
+                         addr_str, NULL, thread, NULL,
                          0,
                          1 /*temp_flag*/,
                          bp_breakpoint,
This page took 0.0427 seconds and 4 git commands to generate.