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

>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?

And thanks to Fred

marc

-----Original Message-----
From: dsdp-dd-dev-bounces@xxxxxxxxxxx
[mailto:dsdp-dd-dev-bounces@xxxxxxxxxxx]On Behalf Of Frederic RISS
Sent: Thursday, March 13, 2008 12:48 PM
To: Device Debugging developer discussions
Subject: RE: [dsdp-dd-dev] Remote Debugging commit



Le jeudi 13 mars 2008 à 12:43 -0400, Marc Khouzam a écrit :
> I got the library information. 

This:
>  However, there was no path besides the library name, 

explains that:
> and yet sysroot did not work to find it.

sysroot is only checked when the provided library name is an absolute
path.

Fred


_______________________________________________
dsdp-dd-dev mailing list
dsdp-dd-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-dd-dev

Back to the top