Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] List of Plan items


> From: cdt-debug-dev-bounces@xxxxxxxxxxx [mailto:cdt-debug-dev-
> bounces@xxxxxxxxxxx] On Behalf Of Denis PILAT
> Sent: Monday, October 16, 2006 7:11 AM
> To: CDT Debug developers list
> Subject: Re: [cdt-debug-dev] List of Plan items
> 
> 
> 
> About GDB/MI interface, I logged an enh. request in Bugzilla as
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=159443,
> Eclipse has been using CLI command "info threads" for a while, and there
> are a lot of problems with that when you are debugging a program on a
> board.
> 
> This mail is just a reminder since Mikhail Khodjaiants asked me to log
> the above,
> do you know if there are plans to move from "info threads" to
> "-thread-list-ids" ?
> 

We could make it part of the plan items to move the default command for
update/refreshing the threads be "-thread-list-ids".  It was a problem in
the past because:
- -thread-list-ids did not show the newly created threads
- -thread-list-ids was crashing in some obscure cases.

It this is fixed in the new version of GDB and then we should move along
also.

So let's update the list plan items.




Back to the top