Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [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?
> 

How do you retrieve thread name in gdb on your platform ?




Back to the top