diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-30 01:59:36 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-30 01:59:36 +0000 |
commit | 7d13174e087252a9a872b92469464e80260090df (patch) | |
tree | 86340b8b209b572e30b711c8432787bf2448c387 /gdb/ChangeLog | |
parent | c2f2c6fa6c2515b6967735b6de8090b705c33e6a (diff) | |
download | gdb-7d13174e087252a9a872b92469464e80260090df.zip gdb-7d13174e087252a9a872b92469464e80260090df.tar.gz gdb-7d13174e087252a9a872b92469464e80260090df.tar.bz2 |
* remote-mips.c: Replace all \r chars with \015.
(mips_receive_header): Display control characters readably.
(mips_xfer_memory): Add a simple progress display.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 26c1df9..aad1876 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 29 18:53:36 1994 Stan Shebs (shebs@andros.cygnus.com) + + * remote-mips.c: Replace all \r chars with \015. + (mips_receive_header): Display control characters readably. + (mips_xfer_memory): Add a simple progress display. + Wed Jun 29 13:11:45 1994 Steve Chamberlain (sac@cirdan.cygnus.com) * remote-e7000.c (e7000_open): Don't try a tcp open if we're |