* gdb.base/crossload.exp: Don't use execute_anywhere, use

remote_exec instead.
        * gdb.base/corefile.exp: Don't be ridiculous.
        * gdb.base/*.c: Add missing stub invocations.

Fixes failures on HP-UX.
This commit is contained in:
Bob Manson
1997-01-31 21:21:31 +00:00
parent 2b063e6d64
commit 05a2139023
6 changed files with 28 additions and 19 deletions

View File

@@ -654,8 +654,7 @@ proc gdb_file_cmd { arg } {
return 0
}
timeout {
perror "(timeout) Couldn't load $arg, other program already l
oaded."
perror "(timeout) Couldn't load $arg, other program already loaded."
return -1
}
}