From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22583 invoked by alias); 2 Dec 2008 23:38:32 -0000 Received: (qmail 22574 invoked by uid 22791); 2 Dec 2008 23:38:31 -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.43rc1) with ESMTP; Tue, 02 Dec 2008 23:37:41 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 6B0BC10D1E; Tue, 2 Dec 2008 23:37:39 +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 3BA5B10CE0; Tue, 2 Dec 2008 23:37:39 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1L7eoE-00042r-3n; Tue, 02 Dec 2008 18:37:38 -0500 Date: Tue, 02 Dec 2008 23:38:00 -0000 From: Daniel Jacobowitz To: Michael Snyder Cc: Jon Beniston , "gdb-patches@sourceware.org" Subject: Re: Patch to support spaces in filenames & paths Message-ID: <20081202233738.GA15530@caradoc.them.org> Mail-Followup-To: Michael Snyder , Jon Beniston , "gdb-patches@sourceware.org" References: <7D653316E38B4305941199D722BF20B0@bibi> <4935A5E2.5050503@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4935A5E2.5050503@vmware.com> 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-12/txt/msg00041.txt.bz2 On Tue, Dec 02, 2008 at 01:17:22PM -0800, Michael Snyder wrote: > Denis, is it possible that Jon's patch will serve in place of > the filename portion of your patch? And that you could then > resubmit your patch with just the other portions? > > Jon's patch: > http://sourceware.org/ml/gdb-patches/2008-12/msg00032.html > > Denis' patch: > http://sourceware.org/ml/gdb-patches/2008-12/msg00029.html I have not looked at the patches in depth but I encourage Denis's approach - uniform parsing is a Very Good Thing and buildargv is what we use elsewhere. -- Daniel Jacobowitz CodeSourcery