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


>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:

Eli> However, I have a question: what does this change mean for targets
Eli> that don't support target-async?  Do they always get an error message
Eli> when GDB starts?

I don't think they will.

All it will mean is that if the user tries to use the "&" suffix on a
command, like "run &", then he will get an error.

An MI client will still see an error if it tries to set target-async.
This is also no different from today.

Tom


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