Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp630 bool has_modules = containingModules && containingModules->GetSize() > 0; in CreateScriptedBreakpoint() local
632 if (has_files && has_modules) { in CreateScriptedBreakpoint()
638 } else if (has_modules) { in CreateScriptedBreakpoint()