mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user