Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3716 bool will_run = true; in ExecutionContextPasses() local
3718 will_run = GetSpecifier()->SymbolContextMatches( in ExecutionContextPasses()
3720 if (will_run && GetThreadSpecifier() != nullptr) in ExecutionContextPasses()
3721 will_run = in ExecutionContextPasses()
3724 return will_run; in ExecutionContextPasses()