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][patch] Avoid repeated calls to solib_add on initial attach.


Paul> Going back to the new packet proposal to speed up target_read_string;
Paul> do you have any additional comments on
Paul>   qStr {addr},{maxlen},{terminator}
Paul> format?  Should {terminator} be optional? Should I avoid it altogether
Paul> (it doesn't solve any current problem, so perhaps it's over-design) ?

I haven't run across code in gdb that needs to read memory using a
delimiter other than \0.  So I would suggest leaving it out.

Tom


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