diff options
author | Pedro Alves <pedro@codesourcery.com> | 2011-01-28 16:00:15 +0000 |
---|---|---|
committer | Pedro Alves <pedro@codesourcery.com> | 2011-01-28 16:00:15 +0000 |
commit | 11d7271d2ab3f498297741d8b17b1d64629c7675 (patch) | |
tree | 91dd472942c9404f99c94fc5fa1abb32f908d2b7 /gdb/ChangeLog | |
parent | 7a7b9ec1affc904a48d557920b6c81a31cb73f5e (diff) | |
download | gdb-11d7271d2ab3f498297741d8b17b1d64629c7675.tar.gz |
gdb/
* target.c (memory_xfer_partial): No need to restore shadows if we
haven't read anything.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8b07d70c1b3..aab7ed1a0e7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2011-01-28 Pedro Alves <pedro@codesourcery.com> + * target.c (memory_xfer_partial): No need to restore shadows if we + haven't read anything. + +2011-01-28 Pedro Alves <pedro@codesourcery.com> + * mips-tdep.c (mips_print_register): Use get_frame_register_value and val_print_scalar_formatted. |