X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fi386-nat.c;h=2f80a6eb7ec0d9bedf9a3aa3fddcb3aa8e07fdb5;hb=2117c711ae07700adb57ea5b5ca61e4c32d7e3d2;hp=e1306702c968334875c497aa418e2ae173d66953;hpb=11b5219af5c54762a68469ade4005e5dd2362f87;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/i386-nat.c b/gdb/i386-nat.c index e1306702c9..2f80a6eb7e 100644 --- a/gdb/i386-nat.c +++ b/gdb/i386-nat.c @@ -589,7 +589,8 @@ i386_update_inferior_debug_regs (struct i386_debug_reg_state *new_state) of the type TYPE. Return 0 on success, -1 on failure. */ static int -i386_insert_watchpoint (CORE_ADDR addr, int len, int type, +i386_insert_watchpoint (struct target_ops *self, + CORE_ADDR addr, int len, int type, struct expression *cond) { struct i386_debug_reg_state *state @@ -663,7 +664,8 @@ i386_remove_watchpoint (struct target_ops *self, address ADDR and whose length is LEN bytes. */ static int -i386_region_ok_for_watchpoint (CORE_ADDR addr, int len) +i386_region_ok_for_watchpoint (struct target_ops *self, + CORE_ADDR addr, int len) { struct i386_debug_reg_state *state = i386_debug_reg_state (ptid_get_pid (inferior_ptid));