Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Path translation in Zylin Embedded CDT plugin

> yvind,
> 
> Why do you need two different launch types for MinGW and CygWin? Is there 
> something that can not be covered by modified command factory?

The path translation is handled by sourceLocator & sourcePathComputer,
which both differ between CygWin & MinGW. 

Maybe there is a different way to handle this, but fundamentally CygWin
and MinGW path translation differ so the split needs to happen
somewhere.

<launchConfigurationType
           delegate="com.zylin.embeddedcdt.launch.cygwin.CygWinLaunch"
           public="true"
            name="Embedded debug launch(CygWin hosted GDB)"
            modes="debug"
            id="com.zylin.embeddedcdt.idle"
sourceLocatorId="com.zylin.embeddedcdt.sourceLocatorCygWin"
sourcePathComputerId="com.zylin.embeddedcdt.sourcePathComputerCygWin"
            />


-- 
Øyvind Harboe
http://www.zylin.com



Back to the top