[Lldb-commits] [PATCH] D150621: lldb PlatformDarwinKernel, delay local filesystem scan until needed

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 15 17:30:43 PDT 2023


bulbazord added a comment.

In D150621#4344243 <https://reviews.llvm.org/D150621#4344243>, @JDevlieghere wrote:

> You can do this simpler with a single `std::once_flag`.

+1

I like the idea of this patch a lot! LGTM otherwise.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150621



More information about the lldb-commits mailing list