diff options
author | Stu Grossman <grossman@cygnus> | 1992-11-18 23:02:50 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-11-18 23:02:50 +0000 |
commit | 2104007fb06c6fdc49c6095480e135eab0fd1fde (patch) | |
tree | 0105828f5a1dc02613bf55aa239155b6fd483e82 /gdb | |
parent | b5a3d2aac6f222e99d007f0f8276958128901d3e (diff) | |
download | gdb-2104007fb06c6fdc49c6095480e135eab0fd1fde.zip gdb-2104007fb06c6fdc49c6095480e135eab0fd1fde.tar.gz gdb-2104007fb06c6fdc49c6095480e135eab0fd1fde.tar.bz2 |
Oops! Forgot to check in ChangeLog.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7835012..830865b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +Wed Nov 18 14:39:57 1992 Stu Grossman (grossman at cygnus.com) + + * infcmd.c (set_environment_command): Make set env FOO x=y work. + Fix from maj@lucid.com. + * remote-udi.c (udi_open): Reset vars so that user can re-run + programs without leaving GDB. + * (many routines): Slightly improve error handling. + * (download): Zero out BSS by longs instead of bytes to avoid + timeouts in real hardware. + * 29k-share/udi/udip2soc.c (UDIDisconnect, UDIKill): Indicate + that connection is no longer in use after shutdown() of socket. + This keeps GDB from dying of a SIGPIPE when you issue multiple + `target udi' commands. + Wed Nov 18 14:27:47 1992 Fred Fish (fnf@cygnus.com) * language.h (language_format_info): New structure to bundle |