Add specified directory to search path.
path dirname
dirname |
The directory to add to the search path. |
This command adds the specified directory to the search path for object files, the PATH environment variable, for the current debuggee process.
If you do not specify dirname, the debugger displays the executable and object file path of the debuggee.
(idb) path Executable and object file path: /usr/bin:/usr/users/me/bin (idb) path gui Executable and object file path: /usr/users/me/gui:/usr/bin:/usr/users/me/bin
Copyright © 2001-2011, Intel Corporation. All rights reserved.