Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] public way to get CBreakpointManager in EventManager

Hi,I got a question.

When some special Ibreakpoints are hit, I don't want EventManager to
fire CDI events.But after looking around, I found that
CBreakpointManager is the only one which knows the mapping between CDI
breakpoints and C breakpoints. So is there a public way to get
CDebugTarget or CBreakpointManager in the class of EventManager.Thanks!

Johnny



Back to the top