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

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 24 09:25:43 PDT 2018


On Tue, 24 Jul 2018 at 17:17, Leonard Mosescu <mosescu at google.com> wrote:
>>
>> 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?
>
>

Core files don't contain a build-id, just a file path.


More information about the lldb-commits mailing list