* 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.
This commit is contained in:
Pierre Muller
2009-02-20 10:52:24 +00:00
parent ea5fb460c9
commit 5aca5a820a
8 changed files with 23 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
void dll_symbol_command (char *, int);
#define I386_USE_GENERIC_WATCHPOINTS
#define I386_WATCHPOINTS_IN_TARGET_VECTOR
#include "i386/nm-i386.h"

View File

@@ -19,6 +19,7 @@
void dll_symbol_command (char *, int);
#define I386_USE_GENERIC_WATCHPOINTS
#define I386_WATCHPOINTS_IN_TARGET_VECTOR
#include "i386/nm-i386.h"

View File

@@ -23,6 +23,7 @@
#ifdef HAVE_PT_GETDBREGS
#define I386_USE_GENERIC_WATCHPOINTS
#define I386_WATCHPOINTS_IN_TARGET_VECTOR
#endif
#include "i386/nm-i386.h"

View File

@@ -18,6 +18,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define I386_USE_GENERIC_WATCHPOINTS
#define I386_WATCHPOINTS_IN_TARGET_VECTOR
#include "i386/nm-i386.h"