From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4619 invoked by alias); 20 Nov 2008 17:09:03 -0000 Received: (qmail 4417 invoked by uid 22791); 20 Nov 2008 17:09:02 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Nov 2008 17:08:23 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id AE60D10C2E; Thu, 20 Nov 2008 17:08:15 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 9E76B10C2C; Thu, 20 Nov 2008 17:08:15 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1L3D0m-000599-TQ; Thu, 20 Nov 2008 12:08:12 -0500 Date: Fri, 21 Nov 2008 11:30:00 -0000 From: Daniel Jacobowitz To: Andreas Schwab Cc: gdb-patches@sourceware.org Subject: Re: Fix spurious failures in foll-{v,}fork.exp Message-ID: <20081120170812.GA19650@caradoc.them.org> Mail-Followup-To: Andreas Schwab , gdb-patches@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2008-05-11) 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: 2008-11/txt/msg00565.txt.bz2 On Thu, Nov 20, 2008 at 04:02:13PM +0100, Andreas Schwab wrote: > Here is an updated patch. > > Andreas. > > 2008-11-20 Andreas Schwab > > * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns > matching syscall entry point. > * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow) > (tcatch_vfork_then_child_follow): Likewise. Finish through > vfork even if we stopped at the syscall trampoline. Thanks, this is fine. -- Daniel Jacobowitz CodeSourcery