diff options
author | Stu Grossman <grossman@cygnus> | 1992-09-08 22:51:31 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-09-08 22:51:31 +0000 |
commit | a090e7063ae0f9c8783821418c3f6a1f84502b6d (patch) | |
tree | 45661a0b7d3d5de06eac9b2790bc0bf30a5dfdf1 /gdb | |
parent | a0f9783ea791ea36875071c35e6d2c4d5f38d34c (diff) | |
download | gdb-a090e7063ae0f9c8783821418c3f6a1f84502b6d.zip gdb-a090e7063ae0f9c8783821418c3f6a1f84502b6d.tar.gz gdb-a090e7063ae0f9c8783821418c3f6a1f84502b6d.tar.bz2 |
* a68v-xdep.c (store_inferior_registers): declare as void.
* infptrace.c: HP/Apollos have ptrace.h in the wrong place.
* remote-st2000.c: Massive changes to use new serial package.
Also added 'connect' command to transparantly connect to serial
port.
* ser-termios.c: Big cleanup, use nicer coding conventions.
* ser-bsd.c: New module, serial stuff for BSD systems.
* serial.h: Define struct ttystate properly using HAVE_TERMIO.
* xm-apollo68b.h: #define PTRACE_IN_WRONG_PLACE...
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b3307fd..5cf3cbb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Tue Sep 8 15:22:06 1992 Stu Grossman (grossman at cygnus.com) + + * a68v-xdep.c (store_inferior_registers): declare as void. + * infptrace.c: HP/Apollos have ptrace.h in the wrong place. + * remote-st2000.c: Massive changes to use new serial package. + Also added 'connect' command to transparantly connect to serial + port. + * ser-termios.c: Big cleanup, use nicer coding conventions. + * ser-bsd.c: New module, serial stuff for BSD systems. + * serial.h: Define struct ttystate properly using HAVE_TERMIO. + * xm-apollo68b.h: #define PTRACE_IN_WRONG_PLACE... + Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com) * doc/gdb.texinfo: fix shameful error of agreement reported by |