* symfile.c (separate_debug_file_exists): Update.
[deliverable/binutils-gdb.git] / gdb / solib-svr4.c
index bd0141acef80a9a35f01a9cc1c35b77f9e1a5f24..307e48392fe17ef3ca0d6dcf45df1b500ed99dbf 100644 (file)
@@ -1707,7 +1707,7 @@ enable_break (struct svr4_info *info, int from_tty)
        }
     }
 
-  if (!current_inferior ()->attach_flag)
+  if (interp_name != NULL && !current_inferior ()->attach_flag)
     {
       for (bkpt_namep = bkpt_names; *bkpt_namep != NULL; bkpt_namep++)
        {
This page took 0.023021 seconds and 4 git commands to generate.