"catch catch/throw/rethrow", breakpoint -> catchpoint
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / except-multi-location.exp
index 60d6d0b935141d5bf14acffa0a73410316532da1..1258d893afbb97ca7d6cb7668ab83d3737688c28 100644 (file)
@@ -74,9 +74,9 @@ proc test_multi_libstdcpp {static_bin static_lib} {
     set ws "\[ \t\]*"
     gdb_test "info breakpoints" \
        [multi_line \
-            "${decimal}${ws}breakpoint${ws}keep${ws}y${ws}${hex}${ws}exception catch" \
-            "${decimal}${ws}breakpoint${ws}keep${ws}y${ws}${hex}${ws}exception throw" \
-            "${decimal}${ws}breakpoint${ws}keep${ws}y${ws}${hex}${ws}exception rethrow"]
+            "${decimal}${ws}catchpoint${ws}keep${ws}y${ws}exception catch" \
+            "${decimal}${ws}catchpoint${ws}keep${ws}y${ws}exception throw" \
+            "${decimal}${ws}catchpoint${ws}keep${ws}y${ws}exception rethrow"]
 }
 
 # Try different static/not-static combinations.
This page took 0.026041 seconds and 4 git commands to generate.