diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-03-30 16:35:25 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-03-30 16:35:25 +0000 |
commit | 05f7ef10ba27bf1423e650c263c31443c1344f12 (patch) | |
tree | be60050d6fca27e934892378cf67380d22655522 /gdb/hppah-nat.c | |
parent | d355127720dea14eef250e2e2c3db273d97f0c0c (diff) | |
download | gdb-cagney_framebase-20030326-branch.zip gdb-cagney_framebase-20030326-branch.tar.gz gdb-cagney_framebase-20030326-branch.tar.bz2 |
Merge with mainline.cagney_framebase-20030326-branch
Diffstat (limited to 'gdb/hppah-nat.c')
-rw-r--r-- | gdb/hppah-nat.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gdb/hppah-nat.c b/gdb/hppah-nat.c index 51b74fc..b953d25 100644 --- a/gdb/hppah-nat.c +++ b/gdb/hppah-nat.c @@ -31,6 +31,7 @@ #include "gdbcore.h" #include "gdb_wait.h" #include "regcache.h" +#include "gdb_string.h" #include <signal.h> extern CORE_ADDR text_end; @@ -785,8 +786,6 @@ startup_semaphore_t; static startup_semaphore_t startup_semaphore; -extern int parent_attach_all (int, PTRACE_ARG3_TYPE, int); - #ifdef PT_SETTRC /* This function causes the caller's process to be traced by its parent. This is intended to be called after GDB forks itself, @@ -907,14 +906,13 @@ hppa_insert_hw_watchpoint (int pid, CORE_ADDR start, LONGEST len, int type) } int -hppa_remove_hw_watchpoint (int pid, CORE_ADDR start, LONGEST len, - enum bptype type) +hppa_remove_hw_watchpoint (int pid, CORE_ADDR start, LONGEST len, int type) { error ("Hardware watchpoints not implemented on this platform."); } int -hppa_can_use_hw_watchpoint (enum bptype type, int cnt, enum bptype ot) +hppa_can_use_hw_watchpoint (int type, int cnt, int ot) { return 0; } |