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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DState.h71 StateIsStoppedState (lldb::StateType state, bool must_exist);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DState.cpp92 lldb_private::StateIsStoppedState (StateType state, bool must_exist) function in class:lldb_private
H A DIOHandler.cpp2808 if (StateIsStoppedState(state, true))
3113 if (StateIsStoppedState(state, true))
3625 if (StateIsStoppedState(state, true))
4073 if (process && process->IsAlive() && StateIsStoppedState (process->GetState(), true))
4085 if (process && process->IsAlive() && StateIsStoppedState (process->GetState(), true))
4097 if (process && process->IsAlive() && StateIsStoppedState (process->GetState(), true))
4109 if (process && process->IsAlive() && StateIsStoppedState (process->GetState(), true))
4158 if (process && process->IsAlive() && StateIsStoppedState (process->GetState(), true))
4356 if (StateIsStoppedState(state, true))
4470 if (StateIsStoppedState(stat
[all...]
H A DValue.cpp474 ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(), true /* must_exist */)
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h218 StateIsStoppedState (lldb::StateType state);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1264 StateIsStoppedState(state, true) &&
1265 StateIsStoppedState(GetPrivateState(), true)) {
1579 if (StateIsStoppedState (state, true))
1644 if (StateIsStoppedState (state, true))
1729 const bool old_state_is_stopped = StateIsStoppedState(old_state, false);
1730 const bool new_state_is_stopped = StateIsStoppedState(new_state, false);
1781 const bool old_state_is_stopped = StateIsStoppedState(old_state, false);
1782 const bool new_state_is_stopped = StateIsStoppedState(new_state, false);
1794 if (StateIsStoppedState(new_state, false))
2973 if (StateIsStoppedState(stat
[all...]
H A DExecutionContext.cpp167 if (!thread_and_frame_only_if_stopped || (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true)))
708 if (StateIsStoppedState (process_sp->GetState(), true))
H A DThread.cpp2078 if (StateIsStoppedState (process->GetState(), true))
2122 if (StateIsStoppedState (process->GetState(), true))
2164 if (StateIsStoppedState (process->GetState(), true))
H A DTarget.cpp2419 if (!StateIsStoppedState(state, must_be_alive))
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp491 bool is_stopped = StateIsStoppedState (event_state);
578 SBDebugger::StateIsStoppedState (StateType state) function in class:SBDebugger
582 const bool result = lldb_private::StateIsStoppedState (state, false);
584 log->Printf ("SBDebugger::StateIsStoppedState (state=%s) => %i",
H A DSBThread.cpp1053 return StateIsStoppedState(exe_ctx.GetThreadPtr()->GetState(), true);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp95 show_process_status = StateIsStoppedState(state, true);
4547 if (StateIsStoppedState (process_state, true))

Completed in 232 milliseconds