From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29185 invoked by alias); 1 Nov 2005 13:55:03 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 29125 invoked by uid 22791); 1 Nov 2005 13:55:01 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 01 Nov 2005 13:55:01 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EWwb1-0006h4-Ld; Tue, 01 Nov 2005 08:54:39 -0500 Date: Tue, 01 Nov 2005 13:55:00 -0000 From: Daniel Jacobowitz To: Wu Zhou Cc: kettenis@gnu.org, gdb-patches@sourceware.org Subject: Re: [commit] Properly anchor gdb_test_multiple in bfp-test.exp Message-ID: <20051101135439.GA25691@nevyn.them.org> Mail-Followup-To: Wu Zhou , kettenis@gnu.org, gdb-patches@sourceware.org References: <200510311600.j9VG0mi7019020@jop31.nfra.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-SW-Source: 2005-11/txt/msg00007.txt.bz2 On Tue, Nov 01, 2005 at 05:47:49PM +0800, Wu Zhou wrote: > Thanks, Kettenis. I had one question though. > > On Mon, 31 Oct 2005, kettenis@gnu.org wrote: > > [snip] > > > - -re "Invalid number" { > > + -re "Invalid number.*$gdb_prompt $" { > > Could this used in gdb_test? When I used it in gdb_test, it always report > FAIL. Correct. You have to anchor for gdb_expect and gdb_test_multiple, but not gdb_test. -- Daniel Jacobowitz CodeSourcery, LLC