Home
last modified time | relevance | path

Searched refs:has_modules (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp607 bool has_modules = containingModules && containingModules->GetSize() > 0; in CreateScriptedBreakpoint() local
609 if (has_files && has_modules) { in CreateScriptedBreakpoint()
615 } else if (has_modules) { in CreateScriptedBreakpoint()