Unset a source directory substitution rule.
unset substitute-path [from-path]
from-path |
The path you replaced with the set substitute-path command. |
This command unsets a source directory substitution rule. Specify the original path for which you created a substitution rule.
If you do not specify a path, this command unsets all substitution paths.
(idb) set substitute-path /foo /bar (idb) show substitute-path /foo -> /bar (idb) unset substitute-path (idb) show substitute-path (idb) (idb) set substitute-path /foo /bar (idb) set substitute-path /boo /bip (idb) show substitute-path /boo -> /bip /foo -> /bar (idb) unset substitute-path /foo (idb) show substitute-path /boo -> /bip (idb)
Copyright © 2001-2011, Intel Corporation. All rights reserved.