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 | 7681f3392e902b7f78cf0e1faafad97404ee4238 (patch) | |
tree | dda9af4b2ea3e5c9bc0f2cad1267b038a739e0ae /gdb/inf-ptrace.c | |
parent | 1c8c740728d840f30f9818d9dd683908bd0a3473 (diff) | |
download | gdb-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.c | 1 |
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> |