* 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
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
2004-10-14 Andrew Cagney <cagney@gnu.org>
|
||||||
|
|
||||||
* gdb.mi/gdb701.c (main): Return 0.
|
* gdb.mi/gdb701.c (main): Return 0.
|
||||||
|
|
|
@ -35,7 +35,7 @@ gdb_reinitialize_dir $srcdir/$subdir
|
||||||
gdb_load ${binfile}
|
gdb_load ${binfile}
|
||||||
|
|
||||||
gdb_test "start" \
|
gdb_test "start" \
|
||||||
"Breakpoint \[0-9\]+ at .*null_record.adb.*" \
|
"null_record \\(\\) at .*null_record.adb.*" \
|
||||||
"start"
|
"start"
|
||||||
|
|
||||||
gdb_test "ptype empty" \
|
gdb_test "ptype empty" \
|
||||||
|
|
Loading…
Reference in a new issue