Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1751 const bool got_state_changed = in HandleProcessEvent() local
1758 if (got_state_changed) { in HandleProcessEvent()
1765 if (got_state_changed && !state_is_stopped) { in HandleProcessEvent()
1774 FlushProcessOutput(*process_sp, got_stdout || got_state_changed, in HandleProcessEvent()
1775 got_stderr || got_state_changed); in HandleProcessEvent()
1807 if (got_state_changed && state_is_stopped) { in HandleProcessEvent()