unset substitute-path (gdb モードのみ)

ソース・ディレクトリーの代替規則の設定を解除します。

構文

unset substitute-path [from-path]

パラメーター

from-path

set substitute-path コマンドで置き換えるパス。

説明

このコマンドは、ソース・ディレクトリーの代替規則の設定を解除します。代替規則を作成した元のパスを指定します。

パスを指定しない場合、このコマンドはすべての代替パスの設定を解除します。

(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) 
					 

関連情報


このヘルプトピックについてのフィードバックを送信