Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DDebugger.cpp1307 const bool got_state_changed = in HandleProcessEvent() local
1314 if (got_state_changed) { in HandleProcessEvent()
1321 if (got_state_changed && !state_is_stopped) { in HandleProcessEvent()
1327 FlushProcessOutput(*process_sp, got_stdout || got_state_changed, in HandleProcessEvent()
1328 got_stderr || got_state_changed); in HandleProcessEvent()
1361 if (got_state_changed && state_is_stopped) { in HandleProcessEvent()