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] Unify async setting.


On Fri, Aug 15, 2008 at 09:07:19PM +0400, Vladimir Prus wrote:
> 
> Presently, one need to use different commands to request async mode for linux
> native and for async targets, which is hard on frontends.  Furthermore, the
> relevant variables merely *allow* async mode, and there's no way for frontend
> to make sure that async mode is actually in effect. This patch makes two things:
> 
> - Converts target-specific variables into a single 'set async' command.
> - Adds new MI -list-target-features command that allows to check if current
> target is in async mode.
> 
> The bulk of the patch is actually written by Pedro, I've only added MI/testsuite/doc
> bits.
> 
> OK?

OK with Eli's comments, except check for references to "maintenance";
it's not a maintenance command any more.  And the "set async"
reference in the doc that Marc noticed.  Is there a NEWS entry that
needs updating or is that still to be written?

-- 
Daniel Jacobowitz
CodeSourcery


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