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] new substitute path when loading feature


> Date: Tue, 13 May 2008 14:55:41 -0400
> From: Aleksandar Ristovski <aristovski@qnx.com>
> CC: gdb-patches@sources.redhat.com
> 
> Now without my change, this will sometimes work, sometimes it won't. For example, if the program was compiled on windows like this:
> 
> C:\Temp\dirs\debug>gcc -g -O0 -c ../main.c -o main.o
> 
> things would work. However if built like this:
> 
> C:\Temp\dirs\debug>gcc -g -O0 -c c:\Temp\dirs\main.c -o main.o
> 
> things would not work (as shown above). 

Why wouldn't it be a good idea to fix this in GCC?  It could normalize
all backslashes into forward slashes.


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