[Lldb-commits] [lldb] [llvm] DEBUGINFOD based DWP acquisition for LLDB (PR #70996)
Kevin Frei via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 4 11:20:28 PST 2023
kevinfrei wrote:
> We need to respect the setting `symbols.enable-external-lookup` and not do anything with debuginfod if this is set to false.
>
> You can get this value by calling:
>
> ```
> ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()
> ```
>
> Otherwise I fear that the linux buildbots will start failing if we get extra system library symbols if debuginfod is enabled via the environment variable.
Fixed that up, rebased and push -f 'ed
https://github.com/llvm/llvm-project/pull/70996
More information about the lldb-commits
mailing list