Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] CDT embedded targets patch

> 
> In the past I've mutilated CDT to support my embedded targets.=20
> 
> However, as the CDT code has evolved, the changes have become more

It evolves because of the comments/feedbacks from folks like you.
Yes .. things can be slow 8-)

> benign to the point where it just might be possible to formulate a
> palatable patch.
> 
> Are we there yet?
> 

No, but moving forwad.

> In the attached patch, I've introduced a new launch mode "idle". This is
> the default mode in which GDB is launched, i.e. it is not attached to a
> running process or a target, but simply waiting for further instructions
> from the user.
> 
> The really cool thing with idle, is that the user can manually type in
> the commands in the GDB console to attach to the target. Automating the
> connection/launching of the target at the cost of making manual entry of
> the commands more difficult or less obvious is a Bad Idea for embedded
> targets.
> 

Something to consider, but your attachment looks corrupted.
Can also make a PR with the attachment ... Thanks

The truth is .. I hate the console thing with passion
It is too easy for the UI to fall out of sync

> 'nuff said.
> 

8-)

> 
> I intend to update my web-page with a binary build of the patch RSN:
> 
> http://www.zylin.com/opensource.html
> 

Cool!



Back to the top