From: Mark Kettenis Date: Sun, 10 Aug 2003 13:55:34 +0000 (+0000) Subject: From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de): X-Git-Tag: gdb_6_0-2003-10-04-release~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e26e1b6804fc4d36ff41996e1b15ee1a9c09e42e;p=thirdparty%2Fbinutils-gdb.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 65cb9349346..287e019b3f4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2003-08-10 Mark Kettenis + + 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 Fix GDB PR cli/926. diff --git a/gdb/config/i386/nm-i386sol2.h b/gdb/config/i386/nm-i386sol2.h index aeb89a26f6f..18afa04af1e 100644 --- a/gdb/config/i386/nm-i386sol2.h +++ b/gdb/config/i386/nm-i386sol2.h @@ -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.