Remove a directory mapping.
unmap source directory dirname
dirname |
The directory whose mapping will be removed. |
This command removes a directory mapping by restoring the default mapping of 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
Copyright © 2001-2011, Intel Corporation. All rights reserved.