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: [RFC] Make target_read_string faster over high-latency links.


On Fri, 15 Jul 2011 20:07:48 +0200, Paul Pluzhnikov wrote:
> This is GDB walking through the shared library list, and reading shared
> library names from gdbserver via target_read_string 4 bytes at a time ;-(

Just that you do not mention supporting qXfer:libraries:read also on GNU/Linux
platforms (currently used only on MS-Windows), that is to move solib-svr4.c to
gdb/common/ etc.

It is sure a larger change but it could bring even a better performance.


Thanks,
Jan


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