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] [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.


On 02/25/2016 01:38 PM, Marcin KoÅcielnicki wrote:

>> Failure to write to the inferior should never be an internal error.
>> The inferior might vanish, e.g., because it was SIGKILL'ed from
>> outside gdbserver.
> 
> Fair enough.  The file is littered with internal errors in such cases 
> though (I just copied one of them),

Indeed.  Looks like the younger version of myself hadn't realized
that mistake back then.

> what should be done for these?

Normal error, most probably.

BTW, it looks a bit out of place to write to the IPA
in tracepoint_look_up_symbols.  Any reason we don't do this
in cmd_qtstart, where we download all other things?

Thanks,
Pedro Alves


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