* gdb.ada/null_record.exp: Check where we stopped after

sending the start command, instead of where the associated
        temporary breakpoint was inserted.
This commit is contained in:
Joel Brobecker 2004-10-21 03:55:08 +00:00
parent 5bccb4d1df
commit ca7d6a0cb5
2 changed files with 7 additions and 1 deletions

View 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.

View 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" \