* gdb.ada/null_record.exp: Check where we stopped after
authorJoel Brobecker <brobecker@gnat.com>
Thu, 21 Oct 2004 03:55:08 +0000 (03:55 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 21 Oct 2004 03:55:08 +0000 (03:55 +0000)
        sending the start command, instead of where the associated
        temporary breakpoint was inserted.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/null_record.exp

index 7ba5c695220cc56f0f16bcd29d1b009aa52dd8a2..db5e6aac5d2da1e847bfef16e800f22389022d86 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-20  Joel Brobecker  <brobecker@gnat.com>
+
+       * gdb.ada/null_record.exp: Check where we stopped after
+       sending the start command, instead of where the associated
+       temporary breakpoint was inserted.
+
 2004-10-14  Andrew Cagney  <cagney@gnu.org>
 
        * gdb.mi/gdb701.c (main): Return 0.
index d98867c0f8ec6f6aa50780b7081cccdfdd311d58..8956e9f76c73d8b1f46fa3ffd36e9b036eb8ad6e 100644 (file)
@@ -35,7 +35,7 @@ gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
 
 gdb_test "start" \
-         "Breakpoint \[0-9\]+ at .*null_record.adb.*" \
+         "null_record \\(\\) at .*null_record.adb.*" \
          "start"
 
 gdb_test "ptype empty" \
This page took 0.030995 seconds and 4 git commands to generate.