Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-dd-dev] cross gdb + gdbserver libpthread

Hi,

Which gdb and gdbserver version are you using?

could you collect the logs before the issue happens?
To get the logs, you must launch eclipse with the following extra option:
 -debug <fullpath>/<debugfile>

where <debugfile> is a text file that contains the one line:
 org.eclipse.dd.mi/debug = true

You should launch the eclipse from a terminal where you can see the printouts.

And if it is not too much trouble, can you also sent the text of your 
command line session, which you say worked properly?

Thanks

> -----Original Message-----
> From: dsdp-dd-dev-bounces@xxxxxxxxxxx
> [mailto:dsdp-dd-dev-bounces@xxxxxxxxxxx]On Behalf Of Matteo Fortini
> Sent: Wednesday, July 30, 2008 1:28 PM
> To: dsdp-dd-dev@xxxxxxxxxxx
> Subject: [dsdp-dd-dev] cross gdb + gdbserver libpthread
> 
> 
> We tried DSDP-DD 1.0 & 1.1, but when I try to debug a sw linked with 
> pthread with a cross-platform gdb/gdbserver:
> - either I get a version mismatch between libthread_db and 
> libpthread, 
> and the debugger crashes as soon as I break on a thread
> 
> - or if I set a .gdbinit file with "set solib-absolute-prefix  
> /path/to/target_libs" in it, I don't get the error message about 
> anymore, but the debugger is not responsive anymore and 
> eclipse gives me 
> timeouts
> 
> Remote debugging through command line gdb/gdbserver works 
> well, and is 
> not crashing on me.
> 
> Any solution?
> 
> Thanks,
> Matteo
> _______________________________________________
> dsdp-dd-dev mailing list
> dsdp-dd-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dsdp-dd-dev
> 


Back to the top