How to set a breakpoint in file, which name has spaces?
Mark Kettenis
mark.kettenis@xs4all.nl
Sat Aug 12 11:44:00 GMT 2006
> Date: Fri, 11 Aug 2006 15:55:40 +0300
> From: Eli Zaretskii <eliz@gnu.org>
>
> > Date: Thu, 10 Aug 2006 22:26:55 -0700
> > From: Nikolay Molchanov <Nikolay.Molchanov@Sun.COM>
> > 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:
$ touch \"
$ ls -l \"
-rw-r--r-- 1 kettenis kettenis 0 Aug 12 13:41 "
More information about the Gdb
mailing list