This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] Do not treat '\' as escape character on MinGW Windows hosts


> >        (gdb) file c:\\foo\\bar.exe
> >        Reading symbols from c:\foo\bar.exe...done.
> 
> Why not just use a "forward" slash?

It's not always that easy - A lot of times, the user wants to copy/paste
a path that's been printed by another tool.  Also, the typical Windows
user seems to think that he should be able to use a valid Windows path
(which I agree)...

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]