Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1790 bool state_is_stopped = false; in HandleProcessEvent() local
1801 state_is_stopped = StateIsStoppedState(event_state, false); in HandleProcessEvent()
1805 if (got_state_changed && !state_is_stopped) { in HandleProcessEvent()
1847 if (got_state_changed && state_is_stopped) { in HandleProcessEvent()