2002-01-10 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 10 Jan 2002 23:32:25 +0000 (23:32 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 10 Jan 2002 23:32:25 +0000 (23:32 +0000)
* Makefile.in: Add rules for gcore.o and linux-proc.o.
* gcore.c: Include cli/cli-decode.h instead of command.h.

gdb/ChangeLog
gdb/Makefile.in
gdb/gcore.c

index 195405f1edec623f122d1adf20bc9af5df2961e6..09073070f7394826c9326b2a724884f2e0425c7c 100644 (file)
@@ -1,5 +1,8 @@
 2002-01-10  Michael Snyder  <msnyder@redhat.com>
 
+       * Makefile.in: Add rules for gcore.o and linux-proc.o.
+       * gcore.c: Include cli/cli-decode.h instead of command.h.
+
        * main.c (captured_main): Add new command line option "--pid".
        If the second command line argument (following the symbol-file)
        begins with a digit, try to attach to it before trying to open
index d9b79a738f580980616ee5aaba5aae4e10664470..0c92c1efc188e0940714e94d97433f46abf235c9 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-# 1999, 2000, 2001 Free Software Foundation, Inc.
+# 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
 
 # This file is part of GDB.
 
@@ -1334,6 +1334,12 @@ corefile.o: corefile.c $(dis_asm_h) $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
 corelow.o: corelow.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
        $(target_h) $(gdbthread_h) $(gdb_string_h) $(regcache_h)
 
+gcore.o: gcore.c $(defs_h) $(command_h) $(inferior_h) $(gdbcore_h) \
+       $(BFD_SRC)/elf-bfd.h $(symfile_h) $(objfiles_h) 
+
+linux-proc.o: linux-proc.c $(defs_h) $(inferior_h) $(gregset_h) \
+       $(gdbcore_h) $(gdbthread_h) $(BFD_SRC)/elf-bfd.h 
+
 cp-abi.o: cp-abi.c $(defs_h) $(value_h) $(cp_abi_h)
 
 cp-valprint.o: cp-valprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
index 48ed6a3b59485756c2705666cfadd30cef735091..2e81d5bb7cd01acb15bdbbcaab8a15206c68ae21 100644 (file)
@@ -19,7 +19,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include "defs.h"
-#include "command.h"
+#include "cli/cli-decode.h"
 #include "inferior.h"
 #include "gdbcore.h"
 #include "elf-bfd.h"
This page took 0.030241 seconds and 4 git commands to generate.