[Lldb-commits] [PATCH] D49685: LLDB does not respect platform sysroot when loading core on Linux

Eugene Birukov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 27 13:19:30 PDT 2018


EugeneBi added a comment.

In https://reviews.llvm.org/D49685#1178553, @labath wrote:

> 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)?


I looked at the tests - is it all in Python? Not sure I have time to learn a new language... Is there anything in C++?


https://reviews.llvm.org/D49685





More information about the lldb-commits mailing list