From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22122 invoked by alias); 12 Aug 2006 14:20:27 -0000 Received: (qmail 22105 invoked by uid 22791); 12 Aug 2006 14:20:24 -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; Sat, 12 Aug 2006 14:20:20 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-154-186.inter.net.il [80.230.154.186]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id AFB81973 (AUTH halo1); Sat, 12 Aug 2006 17:20:14 +0300 (IDT) Date: Sat, 12 Aug 2006 14:20:00 -0000 Message-Id: From: Eli Zaretskii To: Mark Kettenis CC: Nikolay.Molchanov@Sun.COM, gdb@sourceware.org In-reply-to: <200608121144.k7CBi5tR014608@elgar.sibelius.xs4all.nl> (message from Mark Kettenis on Sat, 12 Aug 2006 13:44:05 +0200 (CEST)) 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> <200608121144.k7CBi5tR014608@elgar.sibelius.xs4all.nl> 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/msg00109.txt.bz2 > Date: Sat, 12 Aug 2006 13:44:05 +0200 (CEST) > From: Mark Kettenis > CC: Nikolay.Molchanov@Sun.COM, gdb@sourceware.org > > > Date: Fri, 11 Aug 2006 15:55:40 +0300 > > From: Eli Zaretskii > > > > > 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. > > But POSIX systems do allow it: Do they also have drive letters? The original discussion was about file names such as C:/Documents and Settings/foo.c. In other words, this whole thread was about Windows file names with spaces in them. So POSIX file-name (un)restrictions are not really relevant.