Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Difference between CDT debugger and DSF

At the end of the day, I would consider CDI deprecated. DSF is the current mainstream. You can use TCF if you need a protocol to talk to your debugger. There is a DSF/TCF integration in EDC. There’s also work going on to use TCF directly without DSF in the TCF project itself.

 

But it’s hard to advise without know the architecture and interfaces of your debugger.

 

Doug.

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Madan Teodor-TEMADAN1
Sent: Friday, July 15, 2011 6:12 AM
To: vrushali babar; CDT General developers list.
Subject: Re: [cdt-dev] Difference between CDT debugger and DSF

 

You could look at the eclipsecon2011 presentation that covers these aspects:

 

http://eclipsecon.org/2011/sessions/?page=sessions&id=2273

 

Teo

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of vrushali babar
Sent: Friday, July 15, 2011 7:09 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Difference between CDT debugger and DSF

 

Hi,

 

Using CDT debugger  I have successfully developed a debugger for multicore platform. But have also came across DSF platform which facilitates custom debuggers.

I'm wondering what are the scenarios to opt for DSF platform over CDI.

Can anyone please throw some light on differences between CDI and DSF? Further going they also have EDC, TCF, etc. When to use which one?

What is the criteria to choose right debug interface/platform?

 

Thanks,

Vrushali.


Back to the top