This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 1/7] Various cleanups in target read/write code


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]