Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Using Eclipse for remote debugging

> What I see is that I don't have shared library debug support on my 
> sparc-elf-gdb (which makes sense for an embedded target). (It don't 
> accept "set auto-solib-add on") but Eclipse try to enable it. Is there a vay
> to tell to Eclipse that it should not enable shared library support when 
> it starts gdb (don't ask for auto-solib-add on )?
> 

Yes, the exception is pass all the way up, terminating the debug session.
For now, we can ignore the exception, until a better solution
to deal with shared libs and gdb.

Fix in cvs head.




Back to the top