PR symtab/12406:
[deliverable/binutils-gdb.git] / gdb / testsuite / lib / mi-support.exp
index 4d40a1e484bd73405a034277cc6d15476cd833a0..206f7b38f63f6ea240a0b22d237526ec7819c5a9 100644 (file)
@@ -1060,6 +1060,8 @@ proc mi_expect_stop { reason func args file line extra test } {
     set bn ""
     if { $reason == "breakpoint-hit" } {
         set bn {bkptno="[0-9]+",}
+    } elseif { $reason == "solib-event" } {
+       set bn ".*"
     }
 
     set r ""
This page took 0.023878 seconds and 4 git commands to generate.