unmap source directory (idb モードのみ)

ディレクトリー・マッピングを削除します。

構文

unmap source directory dirname  

パラメーター

dirname

マッピングが削除されるディレクトリー。

説明

このコマンドは、dirname のデフォルトのマッピングを復元して、ディレクトリー・マッピングを削除します。

(idb) 
					 show source directory
.  
/home/user/examples/solarSystemSrc *=> /home/user/examples/movedSolarSystemSrc 
... 
(idb) 
					 show source directory /home/user/examples/solarSystemSrc
/home/user/examples/solarSystemSrc *=> /home/user/examples/movedSolarSystemSrc 
/home/user/examples/solarSystemSrc/base_class_includes => /home/user/examples/movedSolarSystemSrc/base_class_includes 
/home/user/examples/solarSystemSrc/derived_class_includes => /home/user/examples/movedSolarSystemSrc/derived_class_includes 
/home/user/examples/solarSystemSrc/main => /home/user/examples/movedSolarSystemSrc/main 
(idb) 
					 unmap source directory /home/user/examples/solarSystemSrc
(idb) 
					 show source directory /home/user/examples/solarSystemSrc
/home/user/examples/solarSystemSrc 
/home/user/examples/solarSystemSrc/base_class_includes 
/home/user/examples/solarSystemSrc/derived_class_includes 

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