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

Le jeudi 13 mars 2008 à 12:02 -0400, Daniel Jacobowitz a écrit :
> On Thu, Mar 13, 2008 at 11:54:49AM -0400, Marc Khouzam wrote:
> > Is there a way for me to know the full path GDB is looking for?
> 
> Yes - it should be displayed in "info shared".  I'm not sure what will
> happen if the target supplies only relative paths though.

This might be self-evident, but...
This will only work if you unset sysroot and solib-search-path so that
GDB doesn't find a corresponding library. IIRC, if GDB finds a solib it
will display its full name, not the one requested by the target_so_ops.



Back to the top