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] Speed up target_read_string


On Fri, 19 Aug 2011 19:11:02 +0200, Luis Machado wrote:
> The following change is aimed at increasing the performance of
> target_read_string for remote debugging. To accomplish that, the
> buffer has been increased to 64 bytes and we now use
> target_read_partial instead of target_read_memory.

As this is implementation of
	[RFC] Make target_read_string faster over high-latency links.
	http://sourceware.org/ml/gdb-patches/2011-07/msg00391.html

where Daniel had concerns about some embedded targets without a reply I guess
you are aware of these issues (I am not).


Thanks,
Jan


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