This is the mail archive of the gdb-prs@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]

[Bug mi/20854] GDB detects incorrectly the interactiveness of a new MI UI


https://sourceware.org/bugzilla/show_bug.cgi?id=20854

--- Comment #3 from Marc Khouzam <marc.khouzam at ericsson dot com> ---
(In reply to Simon Marchi from comment #2)
> (In reply to Marc Khouzam from comment #1)
> > Can you check if the channel is running MI? I don't think an MI channel
> > should ever be interactive.
> 
> I am not sure I understand your question.  Yes it's running MI, it's the
> communication channel which CDT uses to send commands to GDB.

I mean, in the code, can you do
   if (channel is MI) then interactive = false;

It does not matter if the channel is on a TTY or not anymore, what matters here
is that it's an MI channel.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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