From 5aca5a820ad1f68a0f17f419ea74fe8df22c049a Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Fri, 20 Feb 2009 10:52:24 +0000 Subject: * Extend use of i386_use_watchpoints to all i386 native files using hardware watchpoints. go32-nat.c (init_go32_ops): Call i386_use_watchpoints. i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto. windows-nat.c (init_windows_ops): Ditto. config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR. config/i386/nm-cygwin64.h: Ditto. config/i386/nm-fbsd.h: Ditto. config/i386/nm-go32.h: Ditto. --- gdb/i386fbsd-nat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/i386fbsd-nat.c') diff --git a/gdb/i386fbsd-nat.c b/gdb/i386fbsd-nat.c index e040185..79d53f6 100644 --- a/gdb/i386fbsd-nat.c +++ b/gdb/i386fbsd-nat.c @@ -125,6 +125,7 @@ _initialize_i386fbsd_nat (void) /* Add some extra features to the common *BSD/i386 target. */ t = i386bsd_target (); + i386_use_watchpoints (t); t->to_resume = i386fbsd_resume; t->to_pid_to_exec_file = fbsd_pid_to_exec_file; t->to_find_memory_regions = fbsd_find_memory_regions; -- cgit v1.1