Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Zylin embedded CDT plugin hacks

> > This is my biannual report on which hacks I've made to CDT:
> > 
> > - MIFrame & friends can't be overriden by plugins(this is my
> >   alternative to some mechanism to deal with CygWin path names). Perhaps
> >   the CommandFactory concept could be extended to cover MI events &
> >   output? Looks a bit iffy. Lots of files to be touched with simple
> >   changes AFAICS.
> 
> The question is why would you need such thing.

CygWin file path handling. I made a post before this one w/a patch
example attached.

Why does the CommandFactory not cover events and output objects?

> > - GDB console: silencing of noise.
> 
> Right, it was on my list before ... sigh ..
> 
> > resurrection of (gdb) prompt +
> >   various minor stuff.
> > 
> 
> That is more tricky.  The thing is the console view is rather ...
> difficult to use(read not intuitive) for example the cursor
> must be a the rigth position before you are able to type in ...

Not any more. This is fixed in Eclipse platform.

> there is no histor, no completion etc ....
>
> John Cortell and some other folks are proposing to have a __real__
> command line interface and views and the folks at Eclipse debug
> seems also to be open at the idea ... so ... future looks good.

Well, see your nearest Zylin CDT embedded plugin for an interim
solution :-)


-- 
Øyvind Harboe
http://www.zylin.com



Back to the top