diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-16 19:54:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-16 19:54:18 +0000 |
commit | e5ad8ca4fd77e43c0f203dac5008d88c193edfb2 (patch) | |
tree | 2d4ea4b87ef24ba451e20916ae645a19ae9cce54 /gdb/inf-ptrace.c | |
parent | 88049b1ccdfc84b2f23e12f8fd621603b2529a8a (diff) | |
download | gdb-e5ad8ca4fd77e43c0f203dac5008d88c193edfb2.tar.gz |
2004-09-16 Andrew Cagney <cagney@gnu.org>
* inf-child.c: Include "gdb_string.h".
(inf_child_core_file_to_sym_file): Delete.
(inf_child_target): Set to_fetch_registers and to_store_registers.
* inf-ptrace.c: Include "gdb_string.h".
* Makefile.in: Update all dependencies.
Diffstat (limited to 'gdb/inf-ptrace.c')
-rw-r--r-- | gdb/inf-ptrace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/inf-ptrace.c b/gdb/inf-ptrace.c index f79f7863ba6..9e07706ba16 100644 --- a/gdb/inf-ptrace.c +++ b/gdb/inf-ptrace.c @@ -30,6 +30,7 @@ #include "gdbcore.h" #include "inf-child.h" #include "gdbcmd.h" +#include "gdb_string.h" #include <sys/wait.h> #include <signal.h> |