[Lldb-commits] [PATCH] D109013: [lldb] Tighten lock in Language::ForEach

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 31 11:55:50 PDT 2021


bulbazord added a comment.

For further context, I encountered this when debugging the test failures from D108229 <https://reviews.llvm.org/D108229>. `BreakpointResolverName::AddNameLookup` constructs a `Module::LookupInfo` in a callback that it passes to `Language::ForEach`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109013/new/

https://reviews.llvm.org/D109013



More information about the lldb-commits mailing list