From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16705 invoked by alias); 11 Sep 2009 07:58:12 -0000 Received: (qmail 16697 invoked by uid 22791); 11 Sep 2009 07:58:11 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Sep 2009 07:58:04 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8B7w2PA012506 for ; Fri, 11 Sep 2009 03:58:02 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8B7vr0S025765 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 11 Sep 2009 03:58:01 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n8B7vp7V027785; Fri, 11 Sep 2009 09:57:51 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n8B7vnYx027784; Fri, 11 Sep 2009 09:57:49 +0200 Date: Fri, 11 Sep 2009 07:58:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: gdb-patches@sourceware.org Subject: Re: [commit] Fix intermittent failures in breakpoint-shadow.exp. Message-ID: <20090911075749.GA27647@host0.dyn.jankratochvil.net> References: <20090910223357.D1A62843B9@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090910223357.D1A62843B9@localhost> User-Agent: Mutt/1.5.19 (2009-01-05) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00308.txt.bz2 On Fri, 11 Sep 2009 00:33:57 +0200, Doug Evans wrote: > The regexp for placing the second breakpoint needs to include > the gdb prompt (otherwise a regexp internal to gdb_test_multiple may > see it and prematurely return). .... > - -re "Breakpoint \[0-9\] at (0x\[0-9a-f\]*):.*" { > + -re "Breakpoint \[0-9\] at (0x\[0-9a-f\]*):.*$gdb_prompt $" { Sorry for the typo, already fixed such bugs before. Thanks, Jan