From a8f42b451ede4b4174d4ecd4b39bb840d339eb12 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Tue, 26 Apr 2011 17:32:32 +0000 Subject: 2011-04-26 Aleksandar Ristovski * nto-procfs.c (procfs_insert_hw_watchpoint): Fix prototype. (procfs_remove_hw_watchpoint): Likewise. --- gdb/ChangeLog | 5 +++++ gdb/nto-procfs.c | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6658e74..c4995c7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2011-04-26 Aleksandar Ristovski + + * nto-procfs.c (procfs_insert_hw_watchpoint): Fix prototype. + (procfs_remove_hw_watchpoint): Likewise. + 2011-04-26 Michael Walle * remote.c (remote_start_remote): Ack packet after sending the diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c index bd7a6b0..3519f33 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); -- cgit v1.1