summaryrefslogtreecommitdiffstats
path: root/gdb/config
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2009-02-20 10:52:24 +0000
committerPierre Muller <muller@sourceware.org>2009-02-20 10:52:24 +0000
commit5aca5a820ad1f68a0f17f419ea74fe8df22c049a (patch)
treeaef22dc13bb878809e1ef09c932e6e3288b2c764 /gdb/config
parentea5fb460c96020ad541744c9544c7439bd7a4287 (diff)
downloadppe42-binutils-5aca5a820ad1f68a0f17f419ea74fe8df22c049a.tar.gz
ppe42-binutils-5aca5a820ad1f68a0f17f419ea74fe8df22c049a.zip
* 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.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/i386/nm-cygwin.h1
-rw-r--r--gdb/config/i386/nm-cygwin64.h1
-rw-r--r--gdb/config/i386/nm-fbsd.h1
-rw-r--r--gdb/config/i386/nm-go32.h1
4 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/i386/nm-cygwin.h b/gdb/config/i386/nm-cygwin.h
index 9daa74db38..047688ae41 100644
--- a/gdb/config/i386/nm-cygwin.h
+++ b/gdb/config/i386/nm-cygwin.h
@@ -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"
diff --git a/gdb/config/i386/nm-cygwin64.h b/gdb/config/i386/nm-cygwin64.h
index 71b26829a0..a4768480ca 100644
--- a/gdb/config/i386/nm-cygwin64.h
+++ b/gdb/config/i386/nm-cygwin64.h
@@ -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"
diff --git a/gdb/config/i386/nm-fbsd.h b/gdb/config/i386/nm-fbsd.h
index 77875dacff..b9a6fc8b36 100644
--- a/gdb/config/i386/nm-fbsd.h
+++ b/gdb/config/i386/nm-fbsd.h
@@ -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"
diff --git a/gdb/config/i386/nm-go32.h b/gdb/config/i386/nm-go32.h
index 3a6fd1b54c..1268846ad1 100644
--- a/gdb/config/i386/nm-go32.h
+++ b/gdb/config/i386/nm-go32.h
@@ -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"
OpenPOWER on IntegriCloud