From: Michael Snyder Date: Mon, 23 Nov 2009 20:07:26 +0000 (+0000) Subject: 2009-11-23 Michael Snyder X-Git-Tag: cgen-snapshot-20091201~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d483d3452e329e85776b0e0e35ac0aaceacd3b3;p=thirdparty%2Fbinutils-gdb.git 2009-11-23 Michael Snyder * NEWS: Mention hw watchpoint fix for process record. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d763d4329de..313c82cf18d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-11-23 Michael Snyder + + * NEWS: Mention hw watchpoint fix for process record. + 2009-11-23 Paul Pluzhnikov * cli/cli-cmds.c (disassemble_command): Split on comma. diff --git a/gdb/NEWS b/gdb/NEWS index 6bc04db25d5..03a0c123270 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -77,6 +77,10 @@ show follow-exec-mode creates a new one. This is useful to be able to restart the old executable after the inferior having done an exec call. +* Bug fixes + +Process record now works correctly with hardware watchpoints. + *** Changes in GDB 7.0 * GDB now has an interface for JIT compilation. Applications that