[Lldb-commits] [PATCH] D49685: LLDB does not respect platform sysroot when loading core on Linux
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 27 11:43:26 PDT 2018
labath added a comment.
In https://reviews.llvm.org/D49685#1178528, @EugeneBi wrote:
> Hmm... I never thought I can do that :)
> Anyway, with the change as it is now, LLDB would try to load executable in the sysroot, fail that, then open it without the sysroot.
Does that mean it is possible to exercise this code path (by placing the executable in the sysroot for lldb to find it)?
https://reviews.llvm.org/D49685
More information about the lldb-commits
mailing list