From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26491 invoked by alias); 5 Aug 2004 15:35:58 -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 26483 invoked from network); 5 Aug 2004 15:35:57 -0000 Received: from unknown (HELO e33.co.us.ibm.com) (32.97.110.131) by sourceware.org with SMTP; 5 Aug 2004 15:35:57 -0000 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e33.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id i75FZtDD523806; Thu, 5 Aug 2004 11:35:55 -0400 Received: from austin.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by westrelay02.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id i75FZrjU393304; Thu, 5 Aug 2004 09:35:55 -0600 Received: from lazy.austin.ibm.com (lazy.austin.ibm.com [9.53.94.97]) by austin.ibm.com (8.12.10/8.12.10) with ESMTP id i75FZrsQ090764; Thu, 5 Aug 2004 10:35:53 -0500 Date: Thu, 05 Aug 2004 15:35:00 -0000 From: Manoj Iyer X-X-Sender: manjo@lazy To: Michael Chastain cc: gdb@sources.redhat.com Subject: Re: testcase help In-Reply-To: <411166D3.nailDGY11SVF9@mindspring.com> Message-ID: References: <411166D3.nailDGY11SVF9@mindspring.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-08/txt/msg00072.txt.bz2 Michael, I tried ur suggestion but it still did not work, so I used send_gdb and gdb_expect{} and got it to work. Thanks for the help. Thanks ----- ---- Manoj Iyer +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Cognito ergo sum + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ On Wed, 4 Aug 2004, Michael Chastain wrote: > 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 >