From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29468 invoked by alias); 11 Apr 2008 13:03:26 -0000 Received: (qmail 29423 invoked by uid 22791); 11 Apr 2008 13:03:26 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 Apr 2008 13:03:06 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 11679980FB; Fri, 11 Apr 2008 13:03:05 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id E0699980F7; Fri, 11 Apr 2008 13:03:04 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JkIuG-0001XG-5F; Fri, 11 Apr 2008 09:03:04 -0400 Date: Fri, 11 Apr 2008 14:46:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: gdb@sources.redhat.com Subject: Re: Specifying 'async mode' for testing Message-ID: <20080411130304.GA5884@caradoc.them.org> Mail-Followup-To: Vladimir Prus , gdb@sources.redhat.com References: <200804071246.56722.vladimir@codesourcery.com> <20080407121344.GA6675@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00097.txt.bz2 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