diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2015-06-15 15:50:31 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2015-06-15 15:50:31 -0400 |
commit | cfc32360afdc8605b2dd2062e857313e62c40e30 (patch) | |
tree | ba1a91b21b6ac2dd92cdc2642234a8af357981de /gdb/ChangeLog | |
parent | a86c90e6ba808e997f87f0287d9f01ba8d3e904e (diff) | |
download | gdb-cfc32360afdc8605b2dd2062e857313e62c40e30.zip gdb-cfc32360afdc8605b2dd2062e857313e62c40e30.tar.gz gdb-cfc32360afdc8605b2dd2062e857313e62c40e30.tar.bz2 |
MI: consider addressable unit size when reading/writing memory
As a user of the target memory read/write interface, the MI code must
adjust its memory allocations to take into account the addressable memory
unitsize of the target.
gdb/ChangeLog:
mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider byte
size.
(mi_cmd_data_write_memory_bytes): Same.
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 a63d894..1828ae6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2015-06-15 Simon Marchi <simon.marchi@ericsson.com> + * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable + memory unit size. + (mi_cmd_data_write_memory_bytes): Same. + +2015-06-15 Simon Marchi <simon.marchi@ericsson.com> + * corefile.c (write_memory): Update doc. * gdbcore.h (write_memory): Same. |