Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] CDT + gdb version?

> 
> 
> Hi all,
> 
> After installing cdt 2.0 with eclipse 3.0 for embeeded development, it turns
> out that cdt does not work with the last gdb version 6.1.1, at least for
> remote debugging with a multithread program. The fact is that it only
> detects one thread.
> 
> After going back to gdb 5 it seems to work better.
> 
> Is there any "official" gdb version for CDT ? I haven't been able to find it
> on the documentation. Is there any sync path gdb-CDT?
> 

CDT/Debug should work with gdb-5.2.1 and above, we use MI level 1.

Is gdb-6.1.1 work standalone(i.e. without the CDT) ?

www.eclipse.org/cdt follow the FAQ link, it explains how to get a trace log
of the transaction between CDT and GDB, (make a PR with the trace log).

Newer version of gdb uses libthread_db.so, I would be curious to see
the output of "info threads"




Back to the top