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 3/4] Remove interp_ui_out


On 04/30/2018 06:12 AM, Tom Tromey wrote:
> The function interp_ui_out simply calls the interp_ui_out method.
> However, if it is passed a NULL interpreter, it first finds the
> current interpreter.  I believe, though, that NULL is never passed
> here, and I think it's simpler to just remove this function and
> require callers to be more explicit.

OK.

Thanks,
Pedro Alves


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