From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12828 invoked by alias); 2 Dec 2008 21:20:24 -0000 Received: (qmail 12820 invoked by uid 22791); 2 Dec 2008 21:20:23 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Dec 2008 21:19:34 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 206351304C; Tue, 2 Dec 2008 13:19:32 -0800 (PST) Received: from [10.20.92.151] (promb-2s-dhcp151.eng.vmware.com [10.20.92.151]) by mailhost4.vmware.com (Postfix) with ESMTP id 1965CC9A40; Tue, 2 Dec 2008 13:19:32 -0800 (PST) Message-ID: <4935A5E2.5050503@vmware.com> Date: Tue, 02 Dec 2008 21:20:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Jon Beniston CC: "gdb-patches@sourceware.org" Subject: Re: Patch to support spaces in filenames & paths References: <7D653316E38B4305941199D722BF20B0@bibi> In-Reply-To: <7D653316E38B4305941199D722BF20B0@bibi> 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-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-12/txt/msg00040.txt.bz2 Jon Beniston wrote: > Hi, > > Attached is a patch that adds support for spaces in filenames or paths for > CLI commands such as restore, by supporting quotes. E.g: > > restore "path with spaces/test.x" > > 2008-12-02 Jon Beniston > > * cli/cli-dump.c: (scan_filename_with_cleanup) Add support for > quoted > strings to allow spaces in paths and filenames. > Fascinating -- now we have two overlapping patches submitted on the same day, both mentioning "restore" as one of the commands affected. 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