Add "info connections" command, "info inferiors" connection number/string
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / report.exp
index 05ccc049be4c4cbb5cf8d82095fe424d690f1671..93029757b777a7a0aa94f63feca6fbf7b69cc002 100644 (file)
@@ -391,7 +391,7 @@ proc use_collected_data { data_source } {
        # There is always a thread of an inferior, either a live one or
        # a faked one.
        gdb_test "info threads" "\\* ${decimal}    (process|Thread) \[0-9\.\]+\[ \t\].*"
-       gdb_test "info inferiors" "\\* 1    process ${decimal} \[ \t\]+${binfile}.*"
+       gdb_test "info inferiors" "\\* 1    process ${decimal} \[ \t\]+\[^\r\n\]*\[ \t\]+${binfile}.*"
     }
 }
 
This page took 0.023032 seconds and 4 git commands to generate.