diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-11-04 22:57:19 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-11-04 22:57:19 +0000 |
commit | 0fe3a948c699a78a8f8e260f60cfb66b199a6ce9 (patch) | |
tree | 19e67a44f25f9e52b7cb963148839673db126828 | |
parent | cd8aca199678c65c79ef66a93778f8ecac141af1 (diff) | |
download | gdb-0fe3a948c699a78a8f8e260f60cfb66b199a6ce9.zip gdb-0fe3a948c699a78a8f8e260f60cfb66b199a6ce9.tar.gz gdb-0fe3a948c699a78a8f8e260f60cfb66b199a6ce9.tar.bz2 |
* gdbserver/Makefile.in (MMALLOC_CFLAGS): Add -I${MMALLOC_DIR}.
Correct definition of MMALLOC_DIR to reflect fact this is
gdb/gdbserver/Makefile.in, not gdb/Makefile.in.
* gdbserver/server.c (main): After we kill the inferior in
response to a 'k' request, exit.
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9a1fbc6..4da74dd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ Fri Nov 4 13:11:54 1994 Jim Kingdon <kingdon@deneb.cygnus.com> + * gdbserver/Makefile.in (MMALLOC_CFLAGS): Add -I${MMALLOC_DIR}. + Correct definition of MMALLOC_DIR to reflect fact this is + gdb/gdbserver/Makefile.in, not gdb/Makefile.in. + + * gdbserver/server.c (main): After we kill the inferior in + response to a 'k' request, exit. + * remote.c (remote_kill): Use catch_errors when calling putpkt. (putpkt): Return int, not void, to match catch_errors calling convention. |