Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Translating CygWin path names to WIndows paths and back again

> 
> I expect this issue to be handled in CDT 3.0, but if anyone has any
> tricks up their sleeves that they could share, it would be much
> appreciated.
> 
> It is necessary to translate to/from CygWin paths at the lowest possible
> level in the GDB/CDT interface, such that "poisoned paths" (CygWin
> paths) do not spread throughout Eclipse CDT.
> 
> Below is an example of where I've hacked CDT...
> 

Can you give us more concrete examples of the different filenames
that lead to the confusion.  Is it something like
gdb returns for a breakpoint filename:
	/cygdrive/c/workspace/project/src/foo.c
and eclipse expect
	C:\workspace\project\src\foo.c





Back to the top