diff options
author | Michael Snyder <msnyder@vmware.com> | 2009-11-23 20:07:26 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2009-11-23 20:07:26 +0000 |
commit | 2d483d3452e329e85776b0e0e35ac0aaceacd3b3 (patch) | |
tree | abe7577e4613800e6d1012da2c595385407b093a /gdb | |
parent | 21a0512e533ac4e5d504e6674ff1361da59535fc (diff) | |
download | fsf-binutils-gdb-2d483d3452e329e85776b0e0e35ac0aaceacd3b3.zip fsf-binutils-gdb-2d483d3452e329e85776b0e0e35ac0aaceacd3b3.tar.gz fsf-binutils-gdb-2d483d3452e329e85776b0e0e35ac0aaceacd3b3.tar.bz2 |
2009-11-23 Michael Snyder <msnyder@vmware.com>
* NEWS: Mention hw watchpoint fix for process record.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d763d43..313c82c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-11-23 Michael Snyder <msnyder@vmware.com> + + * NEWS: Mention hw watchpoint fix for process record. + 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com> * cli/cli-cmds.c (disassemble_command): Split on comma. @@ -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 |