* linux-proc.c: Include "gdb_string.h".
* Makefile.in (linux-proc.o): Update dependency list.
This commit is contained in:
parent
a20ce2c398
commit
ff5922b550
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2002-08-01 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
|
* linux-proc.c: Include "gdb_string.h".
|
||||||
|
* Makefile.in (linux-proc.o): Update dependency list.
|
||||||
|
|
||||||
2002-08-01 Kevin Buettner <kevinb@redhat.com>
|
2002-08-01 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
* mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
|
* mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
|
||||||
|
|
|
@ -1407,8 +1407,9 @@ corelow.o: corelow.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
|
||||||
gcore.o: gcore.c $(defs_h) $(command_h) $(inferior_h) $(gdbcore_h) \
|
gcore.o: gcore.c $(defs_h) $(command_h) $(inferior_h) $(gdbcore_h) \
|
||||||
$(BFD_SRC)/elf-bfd.h $(symfile_h) $(objfiles_h)
|
$(BFD_SRC)/elf-bfd.h $(symfile_h) $(objfiles_h)
|
||||||
|
|
||||||
linux-proc.o: linux-proc.c $(defs_h) $(inferior_h) $(gregset_h) \
|
linux-proc.o: linux-proc.c $(defs_h) $(inferior_h) $(regcache_h) $(gregset_h) \
|
||||||
$(gdbcore_h) $(gdbthread_h) $(regcache_h) $(BFD_SRC)/elf-bfd.h
|
$(gdbcore_h) $(gdbthread_h) $(elf_bfd_h) $(cli_decode_h) \
|
||||||
|
$(gdb_string_h)
|
||||||
|
|
||||||
cp-abi.o: cp-abi.c $(defs_h) $(value_h) $(cp_abi_h)
|
cp-abi.o: cp-abi.c $(defs_h) $(value_h) $(cp_abi_h)
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
#include "gdbthread.h" /* for struct thread_info etc. */
|
#include "gdbthread.h" /* for struct thread_info etc. */
|
||||||
#include "elf-bfd.h" /* for elfcore_write_* */
|
#include "elf-bfd.h" /* for elfcore_write_* */
|
||||||
#include "cli/cli-decode.h" /* for add_info */
|
#include "cli/cli-decode.h" /* for add_info */
|
||||||
|
#include "gdb_string.h"
|
||||||
|
|
||||||
/* Function: child_pid_to_exec_file
|
/* Function: child_pid_to_exec_file
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue