Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DTarget.cpp3248 bool will_run = true; in ExecutionContextPasses() local
3250 will_run = GetSpecifier()->SymbolContextMatches( in ExecutionContextPasses()
3252 if (will_run && GetThreadSpecifier() != nullptr) in ExecutionContextPasses()
3253 will_run = in ExecutionContextPasses()
3256 return will_run; in ExecutionContextPasses()