Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Extending DSFLaunch

You may want to make sure that your class that extends DSFLaunch follows the same pattern as GdbLaunch.  Maybe there is something you forgot to hook up?

Marc
________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Phil (Philip) Mason [phil.mason@xxxxxxxxxxxx]
Sent: October 12, 2011 7:33 AM
To: CDT General developers list.
Subject: [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



Back to the top