idb unset solib-path-substitute (gdb mode only)

Remove a path substitution rule.

Syntax

idb unset solib-path-substitute [ dir_path ]

Parameters

dir_path

The shared library directory path specified in the debuggee.

Description

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.

Example

(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

See Also


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.