aboutsummaryrefslogtreecommitdiff
path: root/gdb/hppah-nat.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-04-06 17:56:01 +0000
committerAndrew Cagney <cagney@redhat.com>2004-04-06 17:56:01 +0000
commit6d5189699cd755651791c79e9a4ab7c23484267b (patch)
tree803010a984a92847f38aa849fe736db223596195 /gdb/hppah-nat.c
parent85f4f2d828508af01a3726a13c73b082c4a760be (diff)
downloadgdb-6d5189699cd755651791c79e9a4ab7c23484267b.zip
gdb-6d5189699cd755651791c79e9a4ab7c23484267b.tar.gz
gdb-6d5189699cd755651791c79e9a4ab7c23484267b.tar.bz2
2004-04-06 Andrew Cagney <cagney@redhat.com>
* hppah-nat.c (hpux_has_forked, hpux_has_vforked) (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h", move extern declarations from here ... * infttrace.h: ... to here. * Makefile.in (hppah-nat.o): Update dependencies.
Diffstat (limited to 'gdb/hppah-nat.c')
-rw-r--r--gdb/hppah-nat.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/hppah-nat.c b/gdb/hppah-nat.c
index ea4015a..98ea60d 100644
--- a/gdb/hppah-nat.c
+++ b/gdb/hppah-nat.c
@@ -32,13 +32,9 @@
#include "gdb_wait.h"
#include "regcache.h"
#include "gdb_string.h"
+#include "infttrace.h"
#include <signal.h>
-extern int hpux_has_forked (int pid, int *childpid);
-extern int hpux_has_vforked (int pid, int *childpid);
-extern int hpux_has_execd (int pid, char **execd_pathname);
-extern int hpux_has_syscall_event (int pid, enum target_waitkind *kind,
- int *syscall_id);
static CORE_ADDR text_end;