summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2002-07-09 15:15:54 +0000
committerPierre Muller <muller@sourceware.org>2002-07-09 15:15:54 +0000
commit871b94999257a171f5608c4e1e9367fbe2b17dd8 (patch)
tree239e8d5ca5b0b0d262ca59ad2c8e7aff8a086963
parenteb28f00fea1b03692ab8ada897a3c98bf07183a8 (diff)
downloadbinutils-gdb-871b94999257a171f5608c4e1e9367fbe2b17dd8.tar.gz
* i386 hardware watchpoint fixes noted
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
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]".