* cursal.exp: Pass binfile to gdb_load.
This commit is contained in:
parent
e33533a4ed
commit
017b5bd423
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* cursal.exp: Pass binfile to gdb_load.
|
||||||
|
|
||||||
2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
|
2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
* gdb.base/cursal.exp: Add "" to gdb_load call.
|
* gdb.base/cursal.exp: Add "" to gdb_load call.
|
||||||
|
|
|
@ -42,7 +42,8 @@ gdb_test "set listsize 1" \
|
||||||
gdb_test "list" \
|
gdb_test "list" \
|
||||||
"v0 = 0;" \
|
"v0 = 0;" \
|
||||||
"list before run"
|
"list before run"
|
||||||
gdb_load ""
|
|
||||||
|
gdb_load ${binfile}
|
||||||
if {! [runto_main]} {
|
if {! [runto_main]} {
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue