From: Pierre Muller Date: Tue, 9 Jul 2002 15:15:54 +0000 (+0000) Subject: * i386 hardware watchpoint fixes noted X-Git-Tag: gdb_5_2_1-2002-07-23-release~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=871b94999257a171f5608c4e1e9367fbe2b17dd8;p=thirdparty%2Fbinutils-gdb.git * i386 hardware watchpoint fixes noted --- diff --git a/gdb/NEWS b/gdb/NEWS index c920b4ab29d..a60c3da6344 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -21,6 +21,10 @@ Dwarf2 .debug_frame & .eh_frame handler improved in many ways. Surprisingly enough, it works now. By Michal Ludvig, imported from mainline. +i386 hardware watchpoint support: +avoid misses on second run for some targets. +By Pierre Muller, imported from mainline. + *** Changes in GDB 5.2: * New command "set trust-readonly-sections on[off]".