Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DState.h61 bool StateIsStoppedState(lldb::StateType state, bool must_exist);
/external/llvm-project/lldb/source/Utility/
DState.cpp89 bool lldb_private::StateIsStoppedState(StateType state, bool must_exist) { in StateIsStoppedState() function in lldb_private
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp1833 if (StateIsStoppedState(state, true)) { in WindowDelegateDraw()
2094 if (StateIsStoppedState(state, true)) { in TreeDelegateGenerateChildren()
2126 if (StateIsStoppedState(state, true)) { in TreeDelegateItemSelected()
2184 if (StateIsStoppedState(state, true)) { in TreeDelegateGenerateChildren()
2605 if (StateIsStoppedState(state, true)) { in WindowDelegateDraw()
3095 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
3107 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
3119 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
3131 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
3181 StateIsStoppedState(process->GetState(), true)) { in MenuDelegateAction()
[all …]
DValue.cpp402 ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(), in GetValueAsData()
DDebugger.cpp1317 state_is_stopped = StateIsStoppedState(event_state, false); in HandleProcessEvent()
/external/llvm-project/lldb/source/Target/
DProcess.cpp803 if (!wait_always && StateIsStoppedState(state, true) && in WaitForProcessToStop()
804 StateIsStoppedState(GetPrivateState(), true)) { in WaitForProcessToStop()
1257 if (StateIsStoppedState(state, true)) { in UpdateThreadListIfNeeded()
1369 if (StateIsStoppedState(state, true)) { in UpdateQueueListIfNeeded()
1429 const bool old_state_is_stopped = StateIsStoppedState(old_state, false); in SetPublicState()
1430 const bool new_state_is_stopped = StateIsStoppedState(new_state, false); in SetPublicState()
1481 if (!StateIsStoppedState(state, must_be_alive)) in ResumeSynchronous()
1534 const bool old_state_is_stopped = StateIsStoppedState(old_state, false); in SetPrivateState()
1535 const bool new_state_is_stopped = StateIsStoppedState(new_state, false); in SetPrivateState()
1548 if (StateIsStoppedState(new_state, false)) { in SetPrivateState()
[all …]
DExecutionContext.cpp122 (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true))) { in ExecutionContext()
519 StateIsStoppedState(process_sp->GetState(), true)) { in SetTargetPtr()
DThread.cpp1909 if (StateIsStoppedState(process->GetState(), true)) { in StepIn()
1942 if (StateIsStoppedState(process->GetState(), true)) { in StepOver()
1974 if (StateIsStoppedState(process->GetState(), true)) { in StepOut()
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i387 StateIsStoppedState (lldb::StateType state);
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h220 static bool StateIsStoppedState(lldb::StateType state);
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp585 bool is_stopped = StateIsStoppedState(event_state); in HandleProcessEvent()
719 bool SBDebugger::StateIsStoppedState(StateType state) { in StateIsStoppedState() function in SBDebugger
720 LLDB_RECORD_STATIC_METHOD(bool, SBDebugger, StateIsStoppedState, in StateIsStoppedState()
723 const bool result = lldb_private::StateIsStoppedState(state, false); in StateIsStoppedState()
1748 LLDB_REGISTER_STATIC_METHOD(bool, SBDebugger, StateIsStoppedState, in RegisterMethods()
DSBThread.cpp1083 return StateIsStoppedState(exe_ctx.GetThreadPtr()->GetState(), true); in IsStopped()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeThreadLinux.cpp305 if (!StateIsStoppedState(m_state, false)) in IsStopped()
DNativeProcessLinux.cpp812 if (!StateIsStoppedState(thread_state, false)) { in MonitorSignal()
1157 } else if (!stopped_thread && StateIsStoppedState(thread_state, true)) { in Interrupt()
/external/llvm-project/lldb/source/Host/common/
DNativeProcessProtocol.cpp732 if (StateIsStoppedState(state, false)) { in SetState()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp923 if (StateIsStoppedState(state, true)) { in DoExecute()
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp94 show_process_status = StateIsStoppedState(state, true); in DumpTargetInfo()
4261 if (StateIsStoppedState(process_state, true)) { in DoExecute()