diff options
author | Pedro Alves <palves@redhat.com> | 2011-09-14 12:26:29 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-09-14 12:26:29 +0000 |
commit | 15148d6a1d80bd795b2d53910640a65c76e87b31 (patch) | |
tree | cadc2289cbeb85f39e2214f52bff76f9966641ad /gdb/ChangeLog | |
parent | ebb300b24427606d99c2808b0f204ed6ce77fa3e (diff) | |
download | gdb-15148d6a1d80bd795b2d53910640a65c76e87b31.zip gdb-15148d6a1d80bd795b2d53910640a65c76e87b31.tar.gz gdb-15148d6a1d80bd795b2d53910640a65c76e87b31.tar.bz2 |
2011-09-14 Pedro Alves <pedro@codesourcery.com>
* infrun.c (prepare_for_detach, wait_for_inferior)
(fetch_inferior_event): Don't flush the register cache.
* remote.c (struct stop_reply) <regcache>: Add comment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 34e8eb0..00188e6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2011-09-14 Pedro Alves <pedro@codesourcery.com> + + * infrun.c (prepare_for_detach, wait_for_inferior) + (fetch_inferior_event): Don't flush the register cache. + * remote.c (struct stop_reply) <regcache>: Add comment. + 2011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com> Remove excessive DWARF expressions memory duplication. |