2012-05-14 Stan Shebs <stan@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / mi / mi-cmd-break.c
index 478527b3a038a796e6a82137a5803fe2a5a3a023..5a64bf1d5559854c7383944770aa6ed59ec1349b 100644 (file)
@@ -164,6 +164,7 @@ mi_cmd_break_insert (char *command, char **argv, int argc)
                 : (hardware ? bp_hardware_breakpoint : bp_breakpoint));
 
   create_breakpoint (get_current_arch (), address, condition, thread,
+                    NULL,
                     0 /* condition and thread are valid.  */,
                     temp_p, type_wanted,
                     ignore_count,
This page took 0.024573 seconds and 4 git commands to generate.