* remote.c: Improve error recovery. Allow user to break out
authorJohn Gilmore <gnu@cygnus>
Tue, 16 Feb 1993 05:16:55 +0000 (05:16 +0000)
committerJohn Gilmore <gnu@cygnus>
Tue, 16 Feb 1993 05:16:55 +0000 (05:16 +0000)
commit7c622b41052032c7d28eb261319e85f9af9d12d0
tree09026c0060f20c621bb9234ca3434f1a64ad5f2c
parent3039e8eeaf3fbea75cd866bbd5b13f458f6f6584
* remote.c:  Improve error recovery.  Allow user to break out
of initial connection attempt with INTERRUPT.  Treat a timeout
while waiting for remote packet like a retry, unless the remote
side is actively running user code.  Fix a few long printf_filtered's.

* xcoffread.c (read_xcoff_symtab):  Don't use null symbol name for
trampoline symbols.

* buildsym.c (start_subfile):  Allow null file name.
gdb/ChangeLog
gdb/buildsym.c
gdb/remote.c
gdb/xcoffread.c