Add support for shared library load when executable called through ld.
Currently, when an executable is called like: ld-linux --library-path <path> executable, lldb is not able to load the shared libraries needed by the executable provided by library-path. lldb is not able to set Rendezvous breakpoint in this case.
This patch adds the support to enable setting rendezvous breakpoint when called using ld-*.so. It enables it to hit the breakpoint and extract the address of the rendezvous structure, which is how lldb is now able to load the shared libraries.
clang-tidy: error: 'lldb/Utility/FileSpec.h' file not found [clang-diagnostic-error]
not useful
clang-tidy: error: 'lldb/Utility/FileSpec.h' file not found [clang-diagnostic-error]
not useful