diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2015-06-12 13:08:12 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2015-06-12 13:08:12 -0400 |
commit | 279a6fed95275b480d50f6f1d80a4f3970a9c5bc (patch) | |
tree | bcb7a25e0ef532d2cadaa62f28ab26b5853fc8dc /gdb/ChangeLog | |
parent | aaa9dc0170d5a2c09712f65f38dd308e7cfd4df0 (diff) | |
download | gdb-279a6fed95275b480d50f6f1d80a4f3970a9c5bc.zip gdb-279a6fed95275b480d50f6f1d80a4f3970a9c5bc.tar.gz gdb-279a6fed95275b480d50f6f1d80a4f3970a9c5bc.tar.bz2 |
Various cleanups in target read/write code
This contains various cleanups in the target memory read and write code.
They are not directly related to the non-8-bits changes, but they
clarify things a bit down the line.
gdb/ChangeLog:
* target.c (target_read): Rename variables and use
TARGET_XFER_E_IO.
(target_read_with_progress): Same.
(read_memory_robust): Constify parameters and rename
variables.
(read_whatever_is_readable): Constify parameters,
rename variables, adjust formatting.
* target.h (read_memory_robust): Constify parameters.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 509dae3..bde6f67 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2015-06-12 Simon Marchi <simon.marchi@ericsson.com> + + * target.c (target_read): Rename variables and use + TARGET_XFER_E_IO. + (target_read_with_progress): Same. + (read_memory_robust): Constify parameters and rename + variables. + (read_whatever_is_readable): Constify parameters, + rename variables, adjust formatting. + * target.h (read_memory_robust): Constify parameters. + 2015-05-12 Ulrich Weigand <uweigand@de.ibm.com> * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short |