aboutsummaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-16 19:54:18 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-16 19:54:18 +0000
commit7681f3392e902b7f78cf0e1faafad97404ee4238 (patch)
treedda9af4b2ea3e5c9bc0f2cad1267b038a739e0ae /gdb/inf-ptrace.c
parent1c8c740728d840f30f9818d9dd683908bd0a3473 (diff)
downloadgdb-7681f3392e902b7f78cf0e1faafad97404ee4238.zip
gdb-7681f3392e902b7f78cf0e1faafad97404ee4238.tar.gz
gdb-7681f3392e902b7f78cf0e1faafad97404ee4238.tar.bz2
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/inf-ptrace.c b/gdb/inf-ptrace.c
index f79f786..9e07706 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>