Lines Matching defs:stop_state
5140 lldb::StateType stop_state = lldb::eStateInvalid;
5235 stop_state =
5238 if (stop_state != eStateRunning) {
5241 if (stop_state == eStateStopped) {
5249 num_resumes, StateAsCString(stop_state), restarted, do_resume,
5265 StateAsCString(stop_state));
5327 stop_state =
5331 StateAsCString(stop_state));
5333 switch (stop_state) {
5368 StateAsCString(stop_state));
5370 if (stop_state == eStateExited)
5442 stop_state =
5447 StateAsCString(stop_state));
5448 if (stop_state == lldb::eStateStopped &&
5454 if (stop_state == lldb::eStateStopped) {