We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecae68 commit d2b6b21Copy full SHA for d2b6b21
lldb/include/lldb/Core/Module.h
@@ -815,6 +815,8 @@ class Module : public std::enable_shared_from_this<Module>,
815
llvm::Expected<lldb::TypeSystemSP>
816
GetTypeSystemForLanguage(lldb::LanguageType language);
817
818
+ /// Call \p callback for each \p TypeSystem in this \p Module.
819
+ /// Return true from callback to keep iterating, false to stop iterating.
820
void ForEachTypeSystem(llvm::function_ref<bool(lldb::TypeSystemSP)> callback);
821
822
// Special error functions that can do printf style formatting that will
0 commit comments