2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
gdb/testsuite/ * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
This commit is contained in:
parent
61fed90e59
commit
c4b347c7ca
@ -1,3 +1,7 @@
|
||||
2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
|
||||
|
||||
* lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
|
||||
|
||||
2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.base/watchpoint.c (global_ptr, func4): New.
|
||||
|
@ -2025,7 +2025,7 @@ proc gdb_load_cmd { args } {
|
||||
return -1
|
||||
}
|
||||
timeout {
|
||||
perror "Timed out trying to load $arg."
|
||||
perror "Timed out trying to load $args."
|
||||
return -1
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user