Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-dd-dev] Remote Debugging commit

On Thu, Mar 13, 2008 at 01:00:18PM -0400, Marc Khouzam wrote:
> >sysroot is only checked when the provided library name is an absolute
> >path.
> 
> That explains it!
> 
> Maybe to allow DD to work more easily with different target debuggers,
> it would be safer to use solib-search-path like the CDT does.
> 
> Tobias, can you confirm that set solib-search-path works for you, instead
> of set sysroot?

You've got to use set sysroot in some situations.  For instance, to
find "ld.so"; loading libraries with dlopen will not be debugged
properly if you don't do this, and threads sometimes break too.

-- 
Daniel Jacobowitz
CodeSourcery


Back to the top