From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30652 invoked by alias); 11 Aug 2006 12:55:49 -0000 Received: (qmail 30644 invoked by uid 22791); 11 Aug 2006 12:55:49 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (192.114.186.73) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 Aug 2006 12:55:39 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-236-45.inter.net.il [84.228.236.45]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id AEY21998 (AUTH halo1); Fri, 11 Aug 2006 15:55:35 +0300 (IDT) Date: Fri, 11 Aug 2006 12:55:00 -0000 Message-Id: From: Eli Zaretskii To: Nikolay.Molchanov@Sun.COM CC: gdb@sourceware.org In-reply-to: <44DC151F.3030009@sun.com> (message from Nikolay Molchanov on Thu, 10 Aug 2006 22:26:55 -0700) Subject: Re: How to set a breakpoint in file, which name has spaces? Reply-to: Eli Zaretskii References: <44D832EE.2040405@sun.com> <44D8E404.5050407@Sun.COM> <44D98D66.9060202@sun.com> <44DAD087.30004@sun.com> <20060810125827.GA18306@nevyn.them.org> <44DB6093.4030905@sun.com> <20060810175119.GA26275@nevyn.them.org> <44DC151F.3030009@sun.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00101.txt.bz2 > Date: Thu, 10 Aug 2006 22:26:55 -0700 > From: Nikolay Molchanov > Cc: gdb@sourceware.org > > I hope we will never need to set a breakpoint in a file, > which name has double quotes :-) MS-Windows filesystems don't allow file names with double quotes, so you needn't worry about that. Daniel, should we update the manual in some way, or is this a bug that should be fixed?