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.cpp3872 bool will_run = true; in ExecutionContextPasses() local
3874 will_run = GetSpecifier()->SymbolContextMatches( in ExecutionContextPasses()
3876 if (will_run && GetThreadSpecifier() != nullptr) in ExecutionContextPasses()
3877 will_run = in ExecutionContextPasses()
3880 return will_run; in ExecutionContextPasses()