set solib-search-path

Define where to search for shared libraries.

Syntax

set solib-search-path path:...

Parameters

path

The path to a directory which shall be searched for shared libraries .

Description

This command specifies directories where the debugger searches for shared libraries. This is required when the locations of shared libraries are different from their locations at compile time.

The path parameter specifies the path to the directory to be searched. You can define a list of paths separated by colons.


Submit feedback on this help topic