This is the mail archive of the gdb@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: Specifying 'async mode' for testing


On Fri, Apr 11, 2008 at 04:56:04PM +0400, Vladimir Prus wrote:
> Probably. I wonder if it's sensible to assume that GDB, for a given testrun,
> is either in async mode or in sync mode and never switches between those.
> I don't see any value in switching modes on the fly, but maybe I'm missing
> something?

You can tell DejaGNU to test multiple board files in sequence
(runtest --target_board "unix unix/-m32" for instance); so if anything
in a board file can make GDB start with different options, it's
possible.

But I don't think it's important to handle this.  Nearly everyone runs
runtest separately per board or runs mostly similar boards like those
above.

-- 
Daniel Jacobowitz
CodeSourcery


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