summaryrefslogtreecommitdiff
path: root/gdb/nto-procfs.c
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2011-04-26 17:32:29 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2011-04-26 17:32:29 +0000
commitd0e2bfb5b70a135e4d9e9cb2e9b282bf1ae4d182 (patch)
tree826830bd636f5df85900d89598aeaf302389563c /gdb/nto-procfs.c
parentd472c74c807710c09b71247198a813760f6fcbad (diff)
downloadgdb-d0e2bfb5b70a135e4d9e9cb2e9b282bf1ae4d182.tar.gz
2011-04-26 Aleksandar Ristovski <aristovski@qnx.com>
* nto-procfs.c (procfs_insert_hw_watchpoint): Fix prototype. (procfs_remove_hw_watchpoint): Likewise.
Diffstat (limited to 'gdb/nto-procfs.c')
-rw-r--r--gdb/nto-procfs.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c
index bd7a6b09823..3519f33092f 100644
--- a/gdb/nto-procfs.c
+++ b/gdb/nto-procfs.c
@@ -72,9 +72,11 @@ static ptid_t do_attach (ptid_t ptid);
static int procfs_can_use_hw_breakpoint (int, int, int);
-static int procfs_insert_hw_watchpoint (CORE_ADDR addr, int len, int type);
+static int procfs_insert_hw_watchpoint (CORE_ADDR addr, int len, int type,
+ struct expression *cond);
-static int procfs_remove_hw_watchpoint (CORE_ADDR addr, int len, int type);
+static int procfs_remove_hw_watchpoint (CORE_ADDR addr, int len, int type,
+ struct expression *cond);
static int procfs_stopped_by_watchpoint (void);