(Ada) infinite loop when hitting unhandled exception catchpoint
[deliverable/binutils-gdb.git] / gdb / ada-lang.c
index 3618e1d233756b76710a1c6d8ab0dd1070ef0c4f..87ae275271df110f8522e76dd82c6618dec41d68 100644 (file)
@@ -12242,8 +12242,8 @@ ada_unhandled_exception_name_addr_from_raise (void)
           if (strcmp (func_name.get (),
                      data->exception_info->catch_exception_sym) == 0)
            break; /* We found the frame we were looking for...  */
-         fi = get_prev_frame (fi);
        }
+      fi = get_prev_frame (fi);
     }
 
   if (fi == NULL)
This page took 0.033558 seconds and 4 git commands to generate.