mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-04 15:54:25 +08:00
* 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:
parent
5bccb4d1df
commit
ca7d6a0cb5
@ -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.
|
||||
|
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user