Lines Matching defs:stop_state
5114 lldb::StateType stop_state = lldb::eStateInvalid;
5209 stop_state =
5212 if (stop_state != eStateRunning) {
5215 if (stop_state == eStateStopped) {
5223 num_resumes, StateAsCString(stop_state), restarted, do_resume,
5239 StateAsCString(stop_state));
5301 stop_state =
5305 StateAsCString(stop_state));
5307 switch (stop_state) {
5342 StateAsCString(stop_state));
5344 if (stop_state == eStateExited)
5416 stop_state =
5421 StateAsCString(stop_state));
5422 if (stop_state == lldb::eStateStopped &&
5428 if (stop_state == lldb::eStateStopped) {