Skip to content

Commit d2b6b21

Browse files
committed
Comment function
1 parent aecae68 commit d2b6b21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/include/lldb/Core/Module.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,8 @@ class Module : public std::enable_shared_from_this<Module>,
815815
llvm::Expected<lldb::TypeSystemSP>
816816
GetTypeSystemForLanguage(lldb::LanguageType language);
817817

818+
/// Call \p callback for each \p TypeSystem in this \p Module.
819+
/// Return true from callback to keep iterating, false to stop iterating.
818820
void ForEachTypeSystem(llvm::function_ref<bool(lldb::TypeSystemSP)> callback);
819821

820822
// Special error functions that can do printf style formatting that will

0 commit comments

Comments
 (0)