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 2/3] Factor remote_read_bytes.


On 03/11/2014 12:42 PM, Yao Qi wrote:
> This patch moves code in remote_read_bytes on reading from the remote
> stub to a new function remote_read_bytes_1.
> 
> gdb:
> 
> 2014-03-11  Yao Qi  <yao@codesourcery.com>
> 
> 	* remote.c (remote_read_bytes): Move code on reading from the
> 	remote stub to ...
> 	(remote_read_bytes_1): ... here.  New function.

OK.

Thanks,
-- 
Pedro Alves


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