Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Embedded toolsets

On Mon, 2003-01-20 at 22:22, Mikhail Khodjaiants (QNX) wrote:
> > It is probably trying to set auto-solib on or off
> >
> > (gdb)
> > 4-gdb-set auto-solib-add on
> > 4^done off
> >
> > depending on your settings in the debugger path.  And I guess, it fails.

Spot on.

5-gdb-set auto-solib-add off
&"No symbol \"auto\" in current context.\n"
5^error,msg="No symbol \"auto\" in current context."
(gdb) 

> > Not sure what the best policy ... removing of this option?
> > Ignoring the error and keep on going ?
> >
> 
> I think we should display a warning.

Perhaps it would be best to only display this warning if we had
attempted to turn auto-solib on?

From a user's point of view it would quickly become frustrating getting 
warnings every time we start a debug session if there was no means so
suppress that warning.

	Cheers

	Daniel
	--xx--
-- 
Daniel Thompson (Merlin) <daniel@xxxxxxxxxxxxxxxxxxxxx>

If at first you don't succeed then sky diving is probably not for you.


Back to the top