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

> >  
> >
> I'm using sparc-elf-gdb 5.3
> 

Are you using the correct debugger?
Look at the debugger tab in the launch.

I've seen this on windows, when trying

-gdb-set auto-solib-add on 
or
-gdb-set auto-solib-add off

gdb fails with something like:
	no symbol/context for "auto" 

This seems to happen on Windows platform where gdb is compile
or came from Cygwin and does not support any shared library commands, like
auto-solib-add etc ..  but in the DebuggerTab, the "CygwinDebugger"
was not selected, but rather the default "GDBDebugger" was on.


Note:
Another solution for the future, might be not to throw the exception
when the command:
	-gdb-set auto-solib-add on 
fails on initialization and let it debug session continue.




Back to the top