From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 918 invoked by alias); 7 Apr 2008 08:47:22 -0000 Received: (qmail 905 invoked by uid 22791); 7 Apr 2008 08:47:21 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 07 Apr 2008 08:47:02 +0000 Received: (qmail 1605 invoked from network); 7 Apr 2008 08:47:00 -0000 Received: from unknown (HELO localhost) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 7 Apr 2008 08:47:00 -0000 From: Vladimir Prus To: gdb@sources.redhat.com Subject: Specifying 'async mode' for testing Date: Mon, 07 Apr 2008 12:14:00 -0000 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804071246.56722.vladimir@codesourcery.com> 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/msg00057.txt.bz2 While updating MI testsuite for async mode and other discussed changes, I find it preferable to know if we're testing async-enabled target, or not. In particular, because in async mode the order of some output is different, and creating a regexp that will catch all valid output and will not miss invalid output is a bit complex. What's the best way to specify async mode? One approach is use a board file, and put: set_board_info async 1 there, but creating board file is a nuisance. Is there any way to specify async mode on the command line of runtest? Thanks, Volodya