Remove a path substitution rule.
idb unset solib-path-substitute [ dir_path ]
dir_path |
The shared library directory path specified in the debuggee. |
This command removes a path substitution rule for dir_path that you set with idb set solib-path-substitute. If you do not specify dir_path, the debugger removes all replacements.
(idb) idb show solib-path-substitute /usr/lib => /tmp/shlib /usr/hal/lib => /tmp/hal/shlib (idb) idb unset solib-path-substitute /usr/lib (idb) idb show solib-path-substitute /usr/hal/lib => /tmp/hal/shlib
Copyright © 1996-2010, Intel Corporation. All rights reserved.