Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadList.cpp501 bool wants_solo_run = false; in WillResume() local
511 wants_solo_run = true; in WillResume()
516 if (wants_solo_run) { in WillResume()
537 (!wants_solo_run || (*pos)->GetCurrentPlan()->StopOthers())) { in WillResume()