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

Leonard Mosescu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 24 09:17:41 PDT 2018


lemo added subscribers: clayborg, EugeneBi, labath, lemo.
lemo added a comment.

> The problem is that shared libraries differ on these machines and
>  LLDB either fails to load some libraries *or loads wrong ones*.

Not finding the modules is not surprising but the latter (loading the wrong
modules) is a bit concerning. Do you know why the module build-id is not
used when searching for the local binary?


Repository:
  rL LLVM

https://reviews.llvm.org/D49685





More information about the lldb-commits mailing list