From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15957 invoked by alias); 14 Feb 2006 10:08:22 -0000 Received: (qmail 15943 invoked by uid 22791); 14 Feb 2006 10:08:20 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-03.spheriq.net (HELO lon-del-03.spheriq.net) (195.46.50.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 14 Feb 2006 10:08:16 +0000 Received: from lon-out-03.spheriq.net ([195.46.50.131]) by lon-del-03.spheriq.net with ESMTP id k1EA88Dj008045 for ; Tue, 14 Feb 2006 10:08:09 GMT Received: from lon-cus-02.spheriq.net (lon-cus-02.spheriq.net [195.46.50.38]) by lon-out-03.spheriq.net with ESMTP id k1EA82Hw023726 for ; Tue, 14 Feb 2006 10:08:05 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-02.spheriq.net with ESMTP id k1EA7wv9024960 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 14 Feb 2006 10:08:00 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 78301DA45; Tue, 14 Feb 2006 10:07:52 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 9F8564734A; Tue, 14 Feb 2006 10:11:31 +0000 (GMT) Received: from [164.129.15.13] (terrorhawk.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CHF43312 (AUTH stubbsa); Tue, 14 Feb 2006 10:07:51 GMT Message-ID: <43F1AB64.7010303@st.com> Date: Tue, 14 Feb 2006 10:08:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Brendan Kehoe Cc: gdb-gnats@sources.redhat.com, nobody@sources.redhat.com, harada@esd.spr.epson.co.jp, gdb-prs@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: remote/1832: spaces in directory names References: <43F0C5C9.5010906@zen.org> In-Reply-To: <43F0C5C9.5010906@zen.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.2.01 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: 2006-02/txt/msg00299.txt.bz2 Brendan Kehoe wrote: > This change makes GDB a little more willing to debug an application on a > remote target when the file or its path happens to have one or more > spaces in it. Among other things, this makes paths like > C:/Documents and Settings/Joe Smith/My Documents/hack/mytest > usable when you want to debug mytest on a remote target via 'load'. I already have a patch for this awaiting approval. See http://sources.redhat.com/ml/gdb-patches/2005-12/msg00127.html Mine allows/required proper quoting and supports tilde expansion. I also have two related patches waiting: directory command patch: http://sources.redhat.com/ml/gdb-patches/2005-12/msg00104.html add-symbol-file command patch: http://sources.redhat.com/ml/gdb-patches/2005-12/msg00106.html Andrew Stubbs