record-btrace: indicate gaps
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.btrace / instruction_history.exp
index 63d902b6d17c267e84a96c061a76ade4ec60604f..a7b57e53f977c87c72ce83f4b4ee161a466ae511 100644 (file)
@@ -50,7 +50,7 @@ gdb_continue_to_breakpoint "cont to $bp_location" ".*$srcfile2:$bp_location.*"
 set traced {}
 set testname "determine number of recorded instructions"
 gdb_test_multiple "info record" $testname {
-    -re "Active record target: record-btrace\r\n.*\r\nRecorded \(\[0-9\]*\) instructions in \(\[0-9\]*\) functions for thread 1 .*\\.\r\n$gdb_prompt $" {
+    -re "Active record target: record-btrace\r\n.*\r\nRecorded \(\[0-9\]*\) instructions in \(\[0-9\]*\) functions \\\(0 gaps\\\) for thread 1 .*\\.\r\n$gdb_prompt $" {
         set traced $expect_out(1,string)
         pass $testname
     }
This page took 0.023561 seconds and 4 git commands to generate.