]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/python/py-breakpoint.c
gdb/breakpoint: add flags to 'condition' and 'break' commands to force condition
[thirdparty/binutils-gdb.git] / gdb / python / py-breakpoint.c
index 7369c91ad90f622b95fea47b94d2ee4286d798c4..8099b06531b834de6d94c352976c046240f6da4a 100644 (file)
@@ -461,7 +461,7 @@ bppy_set_condition (PyObject *self, PyObject *newvalue, void *closure)
 
   try
     {
-      set_breakpoint_condition (self_bp->bp, exp, 0);
+      set_breakpoint_condition (self_bp->bp, exp, 0, false);
     }
   catch (gdb_exception &ex)
     {