diff options
author | Yao Qi <yao@codesourcery.com> | 2013-12-16 14:39:12 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2014-01-23 11:50:29 +0800 |
commit | 17fde6d091a9a661119d152e2304012de5fce056 (patch) | |
tree | 36ecc8f415c6af93427403bff0cf9b15a151da96 /gdb/ChangeLog | |
parent | f5a027733231f3af637a0cdcc0aaaa8c7870902d (diff) | |
download | gdb-17fde6d091a9a661119d152e2304012de5fce056.zip gdb-17fde6d091a9a661119d152e2304012de5fce056.tar.gz gdb-17fde6d091a9a661119d152e2304012de5fce056.tar.bz2 |
Use gdb_byte * instead of void *
This patch changes the argument type to gdb_byte * in order to align
with the to_xfer_partial interface.
gdb:
2014-01-23 Yao Qi <yao@codesourcery.com>
* target.c (raw_memory_xfer_partial): Change argument type
from void * to gdb_byte *.
(memory_xfer_partial_1, memory_xfer_partial): Likewise.
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 0198542..970dffb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2014-01-23 Yao Qi <yao@codesourcery.com> + + * target.c (raw_memory_xfer_partial): Change argument type + from void * to gdb_byte *. + (memory_xfer_partial_1, memory_xfer_partial): Likewise. + 2014-01-22 Doug Evans <dje@google.com> New gdbserver option --debug-format=timestamp. |