Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Thread names in CDT debug view?

The standard CDT debug view shows the GDB thread IDs of the debugged application
(e.g. "Thread[7] (Suspended)"). Instead of showing the GDB thread IDs, I want to
show the thread names (e.g. "Thread[<threadname>] (Suspended)") as is done in
the standard JDT debug view for Java threads. This is much more useful if the
target OS supports thread naming and you have a large amount of threads in your
application. Is there an extension point for this purpose? If not, which CDT
method(s) should I modify to get this behaviour?

/Stefan

begin:vcard 
n:Bylund;Stefan
tel;cell:+46 709 714 325
tel;work:+46 8 507 143 25
x-mozilla-html:FALSE
url:http://www.ose.com
org:OSE Systems
adr:;;Nytorpsvägen 5;Täby;;183 23;Sweden
version:2.1
email;internet:steby@xxxxxxx
title:Software Engineer
fn:Stefan Bylund
end:vcard

Back to the top