This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/13989] gdb invalid search order for shared libraries bycross debuging


http://sourceware.org/bugzilla/show_bug.cgi?id=13989

--- Comment #2 from Daniel <Daniel.Lehne@amk-drives.bg> 2012-04-18 12:31:59 UTC ---
I've got this information from 

http://sourceware.org/gdb/onlinedocs/gdb/Files.html. 
"... `solib-search-path' is used after `sysroot' fails to locate the library,
OR if the path to the library is relative instead of absolute."

I've got a cross-toolchain (must stay untouched) as sysroot, which is not
serving all libraries (additional jpeg, ...). So i could give a hint to GDB to
a special folder(solib-search-path) _after_ sysroot. That was my idea to use
solib-search-path, but pity it isn't available.

So this is not a bug, rather unprecise points in the online documentation of
solib-search-path.

Thanks for the advices.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]