diff options
author | John Gilmore <gnu@cygnus> | 1992-03-06 09:16:52 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-03-06 09:16:52 +0000 |
commit | b67cb9d5a968c8294e87290fa933ccdb335240e9 (patch) | |
tree | a1a83367661cc0d7c1c6def5401c07f03ca7b764 /gdb/ChangeLog | |
parent | 53ccaf5fea30ff1266e94256343deb8522db9c7e (diff) | |
download | gdb-b67cb9d5a968c8294e87290fa933ccdb335240e9.zip gdb-b67cb9d5a968c8294e87290fa933ccdb335240e9.tar.gz gdb-b67cb9d5a968c8294e87290fa933ccdb335240e9.tar.bz2 |
* remote.c (): Add newline to initial +.
(remote_resume): Mention how to cope with signals.
(remote_interrupt): Add debug msg.
(remote-wait): Implement new 'T' reply, which includes
status, PC, and FP all in a single short message.
(putpkt): Add further debugging of packet acks.
* Makefile.in (VERSION): Roll to 4.4.5.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0c22c43..7411b5a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -10,6 +10,7 @@ Thu Mar 5 23:56:01 1992 John Gilmore (gnu at cygnus.com) (putpkt): Add further debugging of packet acks. * mipsread.c (fixup_symtab): Also swap RFD's. (parse_partial_symbols): Avoid bug on unknown symbol types. + * Makefile.in (VERSION): Roll to 4.4.5. Thu Mar 5 12:32:09 1992 Stu Grossman (grossman at cygnus.com) |