Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] CommandFactory and "missing" createMIBreakpoint

Is MIBreakpoint left out by design from CommandFactory?


I want to create a subclass of  the CommandFactory in the EmbeddedCDT
plugin to move hacks out of CDT and into the plugin. MIBreakpoint is one
of the classes that need CygWin hacks.

These classes(so far), contain CygWin path hacks:


MIBreakpoint.java
MIConst.java
MIFrame.java
MIParser.java
MISrcAsm.java

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



Back to the top