[Lldb-commits] [PATCH] D49685: LLDB does not respect platform sysroot when loading core on Linux
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 24 09:21:49 PDT 2018
clayborg added a comment.
We should never be loading the wrong shared libraries. The module spec we fill out must contain the UUID of the file are looking for. If it doesn't we have no chance of every really loading the right stuff.
Repository:
rL LLVM
https://reviews.llvm.org/D49685
More information about the lldb-commits
mailing list