Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Renaming "DSF Disassembly"

Title: Re: [cdt-dev] Renaming "DSF Disassembly"
From: ext Pawel Piech <pawel.piech@xxxxxxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Wed, 24 Feb 2010 05:07:57 +0100
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Renaming "DSF Disassembly"

As far as this specific case, I think the toggle target factory needs to be contributed in common to avoid the target ID issue as you pointed out.  However, we could use some other mechanism to indicate that a give debugger implementation is using C Breakpoints (see ToggleCBreakpointsTargetFactory.getDefaultToggleTarget() for an example).  Then for debuggers that don't use C Breakpoints their factor could be disabled or at least they would not be the default (as in the editor).


I created bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=305071 for moving the target factory to dsf. I attached an initial patch but need some help with how getDefaultToggleTarget() should work. Details are in the bug.

Thanks - Ken


Back to the top