[Lldb-commits] [PATCH] D139083: [lldb][Module][NFC] Add ModuleList::AnyOf
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 1 15:55:17 PST 2022
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/source/Core/ModuleList.cpp:1079
+bool ModuleList::AnyOf(
+ std::function<bool(lldb_private::Module &module_sp)> const &callback)
+ const {
----------------
module
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139083/new/
https://reviews.llvm.org/D139083
More information about the lldb-commits
mailing list