From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16405 invoked by alias); 4 Aug 2004 22:44:13 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 16398 invoked from network); 4 Aug 2004 22:44:11 -0000 Received: from unknown (HELO mclean.mail.mindspring.net) (207.69.200.57) by sourceware.org with SMTP; 4 Aug 2004 22:44:11 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by mclean.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BsUUU-0004va-00; Wed, 04 Aug 2004 18:44:10 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 00FC04B102; Wed, 4 Aug 2004 18:44:35 -0400 (EDT) Date: Wed, 04 Aug 2004 22:44:00 -0000 From: Michael Chastain To: manjo@austin.ibm.com, gdb@sources.redhat.com Subject: Re: testcase help Message-ID: <411166D3.nailDGY11SVF9@mindspring.com> References: In-Reply-To: User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00050.txt.bz2 I don't even use gdb_continue ... how about just plain: gdb_test_multiple "continue" "continue to foo ..." { ... } Or maybe I'm not getting the problem. Michael C