path (gdb mode only)

Add specified directory to search path.

Syntax

path dirname  

Parameters

dirname

The directory to add to the search path.

Description

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.

Example

(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

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.