This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2 1/7] Various cleanups in target read/write code
- From: Simon Marchi <simon dot marchi at ericsson dot com>
- To: Pedro Alves <palves at redhat dot com>, <gdb-patches at sourceware dot org>
- Date: Fri, 12 Jun 2015 13:09:19 -0400
- Subject: Re: [PATCH v2 1/7] Various cleanups in target read/write code
- Authentication-results: sourceware.org; auth=none
- References: <1429127258-1033-1-git-send-email-simon dot marchi at ericsson dot com> <1429127258-1033-2-git-send-email-simon dot marchi at ericsson dot com> <555E1997 dot 2070805 at redhat dot com>
On 15-05-21 01:44 PM, Pedro Alves wrote:
> On 04/15/2015 08:47 PM, Simon Marchi wrote:
>> 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.
>
> OK.
>
> Thanks,
> Pedro Alves
>
I pushed this one since it's independent from the rest of the serie.
Thanks,
Simon