"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "a95b0df5eddbe7fa1e9f8fe0b1ff62427e1c0318"
Make it possible for lldb to launch a remote binary with no local file.
We don't actually need a local copy of the main executable to debug a remote process. So instead of treating "no local module" as an error, see if the LaunchInfo has an executable it wants lldb to use, and if so use it. Then report whatever error the remote server returns. Differential Revision: https://reviews.llvm.org/D113521
Loading
Please register or sign in to comment