Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] request for an api in DSF GDBLaunch

Hi Nair,
Please file a bug with this API request.  But you can also create your own services tracker.  It does not use a lot of system resources so as long as you dispose it properly, there should be no negative side effects.

Cheers,
Pawel

On 12/30/2010 05:11 AM, Shaiju Nair wrote:
Hi
 I am trying to implement my own  lauch extending from DSF  GdbLaunch Class. Unfortunately  GdbLaunch class which holds the DsfServicesTracker object does not have any api to get the tracker object . So my extending class  cannot acces them. Is it possible to have atleast a  protected method so that  the extending class can get this object. 
Otherwise  the extending class have to created a different tracker object which I doubt is the right approach.
 
Shaiju.P
 

_______________________________________________ cdt-dev mailing list cdt-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top