summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2002-07-09 15:15:54 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2002-07-09 15:15:54 +0000
commit579e1c613b8837ad54a5875cfa9ed1f4c3cf0957 (patch)
tree86e93f65e1d16e8477226403dd21566019bcab78
parentadbfd299984f8c6755ce1a23d74a61f12bc01207 (diff)
downloadgdb-579e1c613b8837ad54a5875cfa9ed1f4c3cf0957.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]".