From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8139 invoked by alias); 4 Mar 2003 17:03:41 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8121 invoked from network); 4 Mar 2003 17:03:40 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by 172.16.49.205 with SMTP; 4 Mar 2003 17:03:40 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h24H3dJ16059; Tue, 4 Mar 2003 09:03:39 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: gdb-patches@sources.redhat.com Cc: Michael Elizabeth Chastain , Daniel Jacobowitz Subject: Re: [patch] more gdb.c++/templates.exp failures References: From: David Carlton Date: Tue, 04 Mar 2003 17:03:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-03/txt/msg00095.txt.bz2 On 03 Mar 2003 17:01:52 -0800, David Carlton said: > Daniel's given me enough hand-holding so that I'll use > gdb_test_multiple (which, after all, really is easier to use than > send_gdb/gdb_expect); new version of the patch is below. Committed. So now if anybody else needs a model for using gdb_test_multiple, just look in gdb.c++/templates.exp. David Carlton carlton@math.stanford.edu