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/NEWS | |
parent | 21a0512e533ac4e5d504e6674ff1361da59535fc (diff) | |
download | gdb-2d483d3452e329e85776b0e0e35ac0aaceacd3b3.zip gdb-2d483d3452e329e85776b0e0e35ac0aaceacd3b3.tar.gz gdb-2d483d3452e329e85776b0e0e35ac0aaceacd3b3.tar.bz2 |
2009-11-23 Michael Snyder <msnyder@vmware.com>
* NEWS: Mention hw watchpoint fix for process record.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |