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 9/9] enable target-async


Yao> looks we can iterate over all threads, to check field command_interp
Yao> to know what interpreter is used by the previous command (assuming
Yao> that there should be only one thread whose command_interp is not
Yao> NULL), so that this flag 'mi_last_was_cli' can be removed?

Tom> Thanks, Yao.  I will take a look.

This worked out nicely.  Well, "nicely", in that the fundamental
hackiness still exists, but at least we didn't have to introduce another
new global.  Thanks for catching this.

I'll send the new series shortly.

Tom


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