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: [RFA] Add la_getstr member to language_defn


>>>>> "Thiago" == Thiago Jung Bauermann <bauerman@br.ibm.com> writes:

Thiago> You're worried about complexity in the code for c_get_string, or its
Thiago> callers? The former is not a problem because we get this behaviour for
Thiago> free from read_string, which is also called by val_print_string. This
Thiago> function uses a partial result.

FYI -- we talked about this on irc, and Thiago is going to change
la_getstr to return void and throw an exception on a short read.

Tom


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