There is a coredump from a fallen program running on another machine. There are libraries that coredump refers to. But the path to the libraries when you run the software on another machine is different from the path to the libraries on the machine where gdb runs.
Therefore, the question is: how to set the path to these libraries in gdb?