From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22112 invoked by alias); 26 Sep 2005 07:20:23 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20869 invoked by uid 22791); 26 Sep 2005 07:17:38 -0000 Received: from smtp-vbr14.xs4all.nl (HELO smtp-vbr14.xs4all.nl) (194.109.24.34) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 26 Sep 2005 07:17:38 +0000 Received: from webmail.xs4all.nl (webmail9.xs4all.nl [194.109.22.169]) by smtp-vbr14.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8Q7HFTC090476; Mon, 26 Sep 2005 09:17:16 +0200 (CEST) (envelope-from mark.kettenis@xs4all.nl) Received: from 192.87.1.200 by webmail.xs4all.nl with HTTP; Mon, 26 Sep 2005 09:17:16 +0200 (CEST) Message-ID: <19796.192.87.1.200.1127719036.squirrel@192.87.1.200> In-Reply-To: <20050926015218.GH22284@nevyn.them.org> References: <432240C1.9000308@mvista.com> <20050917215830.GG8777@nevyn.them.org> <200509172217.j8HMHh3R005674@elgar.sibelius.xs4all.nl> <20050917222649.GK8777@nevyn.them.org> <20050926015218.GH22284@nevyn.them.org> Date: Mon, 26 Sep 2005 07:20:00 -0000 Subject: Re: Patch: fix gdb_gcore.sh failure in ash/dash From: "Mark Kettenis" To: "Daniel Jacobowitz" Cc: "Mark Kettenis" , qpan@mvista.com, gdb-patches@sources.redhat.com, qunyingpan@gmail.com User-Agent: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2005-09/txt/msg00219.txt.bz2 > On Sat, Sep 17, 2005 at 06:26:49PM -0400, Daniel Jacobowitz wrote: >> 2005-09-17 Daniel Jacobowitz >> >> * gdb_gcore.sh: Use a temporary file. Use gdb from $PATH. > > Did you have any comments on the revised patch, Mark? Otherwise I'll > check this in. Sorry, been to busy making OpenBSD work on my new iMac G5 ;-) Yes this is exactly what I had in mind. Please go ahead and commit. Mark