[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-debug-dev] List of Plan items
|
Alain Magloire wrote:
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.
These problems were fixed long time ago. I never met them in gdb above 6
version.
I patched my Eclipse to let it use -thread-list-ids with a gdb6.4 and
made some test with a 100 threads applications running on a board, I can
tell you that it's pretty much more efficient to use "-thread-list-ids"
than "info thread" in term of execution time.
Anyway thanks a lot for planning that,
Denis