From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28925 invoked by alias); 26 Nov 2005 03:58:23 -0000 Received: (qmail 28916 invoked by uid 22791); 26 Nov 2005 03:58:23 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 26 Nov 2005 03:58:22 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id jAQ3wKtW012397 for ; Fri, 25 Nov 2005 22:58:20 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id jAQ3wJV16247; Fri, 25 Nov 2005 22:58:19 -0500 Received: from [172.16.24.50] (bluegiant.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id jAQ3wHSY027541; Fri, 25 Nov 2005 22:58:17 -0500 Message-ID: <4387DD58.2020008@redhat.com> Date: Mon, 28 Nov 2005 08:26:00 -0000 From: Michael Snyder User-Agent: Mozilla Thunderbird (X11/20050322) MIME-Version: 1.0 To: Andreas Schwab CC: GDB Patches , Daniel Jacobowitz Subject: Re: [RFA] Run follow-fork tests on Linux References: <4387914C.1000404@redhat.com> In-Reply-To: Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2005-11/txt/msg00481.txt.bz2 Andreas Schwab wrote: > Michael Snyder writes: > > >>--- 55,61 ---- >> # Until "set follow-fork-mode" and "catch vfork" are implemented on >> # other targets... >> # >>! if {![istarget "hppa*-hp-hpux*"] && ![istarget "*-pc-linux*"]} then { > > > Why only *-pc-linux*? I meant it to be *-*-linux. The only other target I know of that can do follow-fork is openbsd, and I don't have one handy to test it on.