mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
* config/unix-gdb.exp (gdb_load): Add eof to expect statement.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* config/unix-gdb.exp (gdb_load): Add eof to expect statement.
|
||||||
|
|
||||||
Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
|
Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
|
||||||
|
|
||||||
* gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
|
* gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
|
||||||
|
@ -139,6 +139,12 @@ proc gdb_load { arg } {
|
|||||||
error "couldn't load $arg into $GDB (timed out)."
|
error "couldn't load $arg into $GDB (timed out)."
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
|
eof {
|
||||||
|
# It's possible this should be a FAIL. Usually it means GDB
|
||||||
|
# dumped core.
|
||||||
|
error "couldn't load $arg into $GDB (timed out)."
|
||||||
|
return -1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user