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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1293 bool state_is_stopped = false; local
1304 state_is_stopped = StateIsStoppedState(event_state, false);
1308 if (got_state_changed && !state_is_stopped) {
1348 if (got_state_changed && state_is_stopped) {

Completed in 51 milliseconds