Show the replacement directory for loading shared libraries.
idb show solib-path-substitute [ dir_path ]
dir_path |
The shared library directory path specified in the debuggee. |
This command shows the replacement directory path for the specified path in the target that the debugger uses to load shared libraries.
If you do not specify dir_path, the debugger shows all replacement directories.
(idb) idb set solib-path-substitute /usr/lib /tmp/shlib (idb) idb set solib-path-substitute /usr/hal/lib /tmp/hal/shlib (idb) idb show solib-path-substitute /usr/lib => /tmp/shlib /usr/hal/lib => /tmp/hal/shlib
Copyright © 1996-2010, Intel Corporation. All rights reserved.