]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/nto-procfs.c
2011-04-26 Aleksandar Ristovski <aristovski@qnx.com>
[thirdparty/binutils-gdb.git] / gdb / nto-procfs.c
index bd7a6b0982398d2475e250ff06cc2e16c3e3be79..3519f33092f884201f9b5713328bdaa3d8d382a5 100644 (file)
@@ -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);