Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How to use subclassed GdbBackend_HEAD?

You have to subclass GdbDebugServicesFactory and then allocate this new subclass in your launch delegate, which probably already is a subclass of GdbLauchDelegate.

A new launch delegate is the entry point to modify existing DSF-GDB functionality.

BR,
Marc

From: Tim Orling <ticotimo@xxxxxxxxx>
Sent: Mar 29, 2016 19:15
To: CDT General developers list.
Subject: [cdt-dev] How to use subclassed GdbBackend_HEAD?

We have subclassed GdbBackend_HEAD, but are missing how we tell Eclipse that this is the backend we want to use.

Ideas?

--Tim (Intel)

Back to the top