[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-debug-dev] Re: Subclassing CDT classes in plugins (Dave Inglis)
|
>
> > Class that are not in internal packages and not final.
>
> ok.
>
> How about if I duplicate internal + mutilate? That's fine, right?
>
Classes in a packages that contain ".internal."
in the name, are not for public use.
If you need such a code, yes you will have to copy/paste.
In the long run, the code/class may be promoted to be "public"
if there are needs/demands for it.
> > >=3D20
> > > b) How do I handle the case when there is a 95% complete class as in
> > > org.eclipse.cdt.launch.ui.CDebuggerTab case?
> > How about contributing that 5%...
>
> This is the 5% that the CDT team probably *don't* want :-)
>
>
The Cygwin GDB debugger provides its own command factory,
it is possible to do some sort of translation with the utility cygpath
" cypath -u"
For example this is use when setting environment.
Why not use the same technique when dealing with Cygwin/GDB and Eclipse