From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23776 invoked by alias); 12 Aug 2006 14:22:50 -0000 Received: (qmail 23768 invoked by uid 22791); 12 Aug 2006 14:22:50 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 12 Aug 2006 14:22:47 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k7CEMeYN000478; Sat, 12 Aug 2006 16:22:40 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k7CEMe1T024888; Sat, 12 Aug 2006 16:22:40 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k7CEMeNu018429; Sat, 12 Aug 2006 16:22:40 +0200 (CEST) Date: Sat, 12 Aug 2006 14:22:00 -0000 Message-Id: <200608121422.k7CEMeNu018429@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: schwab@suse.de CC: eliz@gnu.org, Nikolay.Molchanov@Sun.COM, gdb@sourceware.org In-reply-to: (message from Andreas Schwab on Sat, 12 Aug 2006 14:31:33 +0200) Subject: Re: How to set a breakpoint in file, which name has spaces? 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> 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/msg00110.txt.bz2 > From: Andreas Schwab > Date: Sat, 12 Aug 2006 14:31:33 +0200 > > Mark Kettenis writes: > > >> 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: > > s/POSIX/UNIX/ > > > $ touch \" > > $ ls -l \" > > -rw-r--r-- 1 kettenis kettenis 0 Aug 12 13:41 " > > Just because it is possible does not mean it is useful. Once you start > using quotes or other meta characters in file names gdb will be the least > of your problems. Sure, but nobody in their right mind would include spaces in their filenames either. Mark