| |||
Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > show solib-search-path |
This command displays the current search paths in use by the
debugger when searching for shared libraries. You can use the set
sysroot
command to specify a system root directory on the host
workstation and you can also use the set solib-search-path
command
to specify additional directories.
You must launch the debugger with --target_os
command-line
option before you can use this feature. In Eclipse this option is
automatically selected when you connect to a target using gdbserver
.