diff options
author | Pedro Alves <palves@redhat.com> | 2009-11-22 15:47:31 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-11-22 15:47:31 +0000 |
commit | a9840291c6c59f9edbe9d07269696d6e6385a428 (patch) | |
tree | ce2fc4d966a570d3f9de48c72b9ab6a31980bce9 /gdb/ChangeLog | |
parent | 9093389c0fbe371727b8725a3036c113bed015f0 (diff) | |
download | gdb-a9840291c6c59f9edbe9d07269696d6e6385a428.zip gdb-a9840291c6c59f9edbe9d07269696d6e6385a428.tar.gz gdb-a9840291c6c59f9edbe9d07269696d6e6385a428.tar.bz2 |
Make hardware breakpoints work for process repord.
* record.c (record_wait): Only adjust PC on software breakpoints
hits.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bbf02db..bd4c470 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,11 @@ 2009-11-22 Pedro Alves <pedro@codesourcery.com> + + Make hardware breakpoints work for process repord. + + * record.c (record_wait): Only adjust PC on software breakpoints + hits. + +2009-11-22 Pedro Alves <pedro@codesourcery.com> Michael Snyder <msnyder@vmware.com> Make hardware watchpoints work for process record. |