diff options
author | Stu Grossman <grossman@cygnus> | 1994-04-27 05:50:14 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-04-27 05:50:14 +0000 |
commit | a49666feb0ad368bf1032871a8070116fe66426b (patch) | |
tree | cc65133787116eacda0a5ff47769294b4bf22786 /gdb/ChangeLog | |
parent | 9b63f09c7dc78c22b8e8c2e1048419126462b4b7 (diff) | |
download | gdb-a49666feb0ad368bf1032871a8070116fe66426b.zip gdb-a49666feb0ad368bf1032871a8070116fe66426b.tar.gz gdb-a49666feb0ad368bf1032871a8070116fe66426b.tar.bz2 |
* i386-nlmstub.c: Update to be more in line with PIN stub.
* nlm/gdbserve.c (putDebugChar): Install bug fix from i386-nlmstub.
* (hex2mem): Init ptr.
* General cleanups to use ConsolePrintf, standard prologues, etc...
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9c14437..85a42c5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Tue Apr 26 22:45:24 1994 Stu Grossman (grossman at cygnus.com) + + * i386-nlmstub.c: Update to be more in line with PIN stub. + * nlm/gdbserve.c (putDebugChar): Install bug fix from i386-nlmstub. + * (hex2mem): Init ptr. + * General cleanups to use ConsolePrintf, standard prologues, etc... + Tue Apr 26 10:23:04 1994 Stu Grossman (grossman at cygnus.com) * i386-nlmstub.c: More changes to be compatible with remote.c. |