Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] How to perform Multi-Threaded Debugging on CDT 6.0

> 
> Thanks,
> 
>    I was using the "standard" debugger. I switched to the DSF based  
> debugger and that did not particularly work either. I am using Qt's  
> thread abstraction but underneath the threads are native OS X 
> threads  
> (pthreads I believe). Not really sure. If I get some time I may try  
> dropping back to Europa or Ganymeade and try those out just for  
> comparison.

When using DSF you can look at one of the consoles called "gdb traces".
It can show if GDB is seeing the different threads.  You can attach it
here and I'll have a look.

But first, which gdb version are you using?

Back to the top