idb show solib-path-substitute (gdb mode only)

Show the replacement directory for loading shared libraries.

Syntax

idb show solib-path-substitute [ dir_path ]

Parameters

dir_path

The shared library directory path specified in the debuggee.

Description

This command shows the replacement directory path for the specified path in the target that the debugger uses to load shared libraries.

If you do not specify dir_path, the debugger shows all replacement directories.

Example

(idb) idb set solib-path-substitute /usr/lib /tmp/shlib
(idb) idb set solib-path-substitute /usr/hal/lib /tmp/hal/shlib
(idb) idb show solib-path-substitute
/usr/lib => /tmp/shlib
/usr/hal/lib => /tmp/hal/shlib

See Also

Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.