From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18290 invoked by alias); 11 Sep 2009 15:22:56 -0000 Received: (qmail 18278 invoked by uid 22791); 11 Sep 2009 15:22:56 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Sep 2009 15:22:52 +0000 Received: from wpaz21.hot.corp.google.com (wpaz21.hot.corp.google.com [172.24.198.85]) by smtp-out.google.com with ESMTP id n8BFMmHc030364 for ; Fri, 11 Sep 2009 16:22:49 +0100 Received: from ywh9 (ywh9.prod.google.com [10.192.8.9]) by wpaz21.hot.corp.google.com with ESMTP id n8BFMkMk021634 for ; Fri, 11 Sep 2009 08:22:46 -0700 Received: by ywh9 with SMTP id 9so1655183ywh.32 for ; Fri, 11 Sep 2009 08:22:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.238.4 with SMTP id l4mr5134388ybh.177.1252682566400; Fri, 11 Sep 2009 08:22:46 -0700 (PDT) In-Reply-To: <20090911075749.GA27647@host0.dyn.jankratochvil.net> References: <20090910223357.D1A62843B9@localhost> <20090911075749.GA27647@host0.dyn.jankratochvil.net> Date: Fri, 11 Sep 2009 15:22:00 -0000 Message-ID: Subject: Re: [commit] Fix intermittent failures in breakpoint-shadow.exp. From: Doug Evans To: Jan Kratochvil Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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/msg00321.txt.bz2 On Fri, Sep 11, 2009 at 12:57 AM, Jan Kratochvil wrote: > 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). > .... >> - =A0 =A0-re "Breakpoint \[0-9\] at (0x\[0-9a-f\]*):.*" { >> + =A0 =A0-re "Breakpoint \[0-9\] at (0x\[0-9a-f\]*):.*$gdb_prompt $" { > > Sorry for the typo, already fixed such bugs before. No worries.