* gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
landed. Should also fix random failures in the test following it.
This commit is contained in:
parent
a84a8a0d30
commit
88e2547f13
@ -1,3 +1,8 @@
|
||||
2008-01-08 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
|
||||
landed. Should also fix random failures in the test following it.
|
||||
|
||||
2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
|
||||
|
||||
* gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
|
||||
|
@ -39,6 +39,10 @@ if { [gdb_start_cmd] < 0 } {
|
||||
return -1
|
||||
}
|
||||
|
||||
gdb_test "" \
|
||||
"dummy \\(\\) at .*dummy.adb:.*" \
|
||||
"start inferior"
|
||||
|
||||
gdb_test "p /x \$pc" \
|
||||
"0x\[0-9a-zA-Z\]+" \
|
||||
"p /x \$pc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user