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 v2 13/25] Always process target events in the main UI


Pedro Alves <palves@redhat.com> writes:

> This makes target events always be always processed with the main UI
> as current UI.  This way, warnings, debug output, etc. are always
> consistently sent to the main console.

Anything wrong if we don't do so?  In patch 08, current_ui is switched
to right ui if something is typed in from that ui, isn't good to process
events in that ui as well?  say, I type some commands in one ui, and I
expect the output go to my ui rather than the main one.

-- 
Yao (éå)


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