OSDN Git Service

From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
authorkettenis <kettenis>
Sun, 10 Aug 2003 13:49:32 +0000 (13:49 +0000)
committerkettenis <kettenis>
Sun, 10 Aug 2003 13:49:32 +0000 (13:49 +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 9ee048b..4b79aff 100644 (file)
@@ -1,5 +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.
+
        Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
        * i386-tdep.c (i386_analyze_frame_setup): Recognize more
        instructions that GCC likes to mingle into the prologue.  Fixes
index aeb89a2..18afa04 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.