| [cdt-dev] Extending DSFLaunch |
Hello all, I’m trying to add a custom debug framework for our target and I’ve extended DSFLaunch for our version of GDB. I made the changes I think I need to make but though GDB stops at the breakpoints and the MIRunControlEventProcessor notices that the breakpoint has been hit the UI doesn’t update. I think the problem is that the standard GDBLaunch is registering a lot more listeners than my version when getAdaptor is called. Can anybody give me pointers about what I need to do to associate those listeners with my DSFLaunch extension so they get added when its version of getAdaptors is called. Thanks in advance -- Phil Mason |