* gdbserver/Makefile.in (MMALLOC_CFLAGS): Add -I${MMALLOC_DIR}.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 4 Nov 1994 22:57:19 +0000 (22:57 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 4 Nov 1994 22:57:19 +0000 (22:57 +0000)
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.

gdb/ChangeLog

index 9a1fbc6f75cf606812573ac48600ffcb32d40903..4da74ddb690a35b48c1cb5cde39481fd7c64df91 100644 (file)
@@ -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.
This page took 0.030078 seconds and 4 git commands to generate.