]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
authorMark Kettenis <kettenis@gnu.org>
Sun, 10 Aug 2003 13:55:34 +0000 (13:55 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 10 Aug 2003 13:55:34 +0000 (13:55 +0000)
* config/i386/nm-i386sol2.h
(TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.

gdb/ChangeLog
gdb/config/i386/nm-i386sol2.h

index 65cb9349346fdb0475738d6aceb8427bca92630b..287e019b3f43947a90a58ecfcf0fe4fa0cb70dbf 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-10  Mark Kettenis  <kettenis@gnu.org>
+
+       From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
+       * config/i386/nm-i386sol2.h
+       (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
+
 2003-08-09  Andrew Cagney  <cagney@redhat.com>
 
        Fix GDB PR cli/926.
index aeb89a26f6fb9d9215f4257a8652e39ea176e50c..18afa04af1e86b0774f120eb8a5b0554bb98f3b1 100644 (file)
@@ -28,6 +28,7 @@
    can support "thousands" of hardware watchpoints, but gives no
    method for finding out how many.  So just tell GDB 'yes'.  */
 #define TARGET_CAN_USE_HARDWARE_WATCHPOINT(TYPE, CNT, OT) 1
+#define TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(SIZE) 1
 
 /* When a hardware watchpoint fires off the PC will be left at the
    instruction following the one which caused the watchpoint.