OSDN Git Service

* gdb.ada/null_record.exp: Check where we stopped after
authorbrobecke <brobecke>
Thu, 21 Oct 2004 03:55:07 +0000 (03:55 +0000)
committerbrobecke <brobecke>
Thu, 21 Oct 2004 03:55:07 +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 7ba5c69..db5e6aa 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 d98867c..8956e9f 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" \