Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DState.h61 bool StateIsStoppedState(lldb::StateType state, bool must_exist);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DState.cpp89 bool lldb_private::StateIsStoppedState(StateType state, bool must_exist) { in StateIsStoppedState() function in lldb_private
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h100 if (StateIsStoppedState(state, true)) in ForceScriptedState()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp671 if (!wait_always && StateIsStoppedState(state, true) && in WaitForProcessToStop()
672 StateIsStoppedState(GetPrivateState(), true)) { in WaitForProcessToStop()
1128 if (StateIsStoppedState(state, true)) { in UpdateThreadListIfNeeded()
1240 if (StateIsStoppedState(state, true)) { in UpdateQueueListIfNeeded()
1281 const bool new_state_is_stopped = StateIsStoppedState(new_state, false); in SetPublicState()
1308 const bool old_state_is_stopped = StateIsStoppedState(old_state, false); in SetPublicState()
1357 if (!StateIsStoppedState(state, must_be_alive)) in ResumeSynchronous()
1414 const bool old_state_is_stopped = StateIsStoppedState(old_state, false); in SetPrivateState()
1415 const bool new_state_is_stopped = StateIsStoppedState(new_state, false); in SetPrivateState()
1428 if (StateIsStoppedState(new_state, false)) { in SetPrivateState()
[all …]
H A DExecutionContext.cpp121 (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true))) { in ExecutionContext()
513 StateIsStoppedState(process_sp->GetState(), true)) { in SetTargetPtr()
H A DThread.cpp1975 if (StateIsStoppedState(process->GetState(), true)) { in StepIn()
2008 if (StateIsStoppedState(process->GetState(), true)) { in StepOver()
2040 if (StateIsStoppedState(process->GetState(), true)) { in StepOut()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5133 if (StateIsStoppedState(state, true)) { in TreeDelegateGenerateChildren()
5164 if (StateIsStoppedState(state, true)) { in TreeDelegateItemSelected()
5233 if (StateIsStoppedState(state, true)) { in TreeDelegateGenerateChildren()
5276 if (!StateIsStoppedState(state, true)) in TreeDelegateUpdateSelection()
5919 if (StateIsStoppedState(state, true)) { in WindowDelegateDraw()
6422 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6434 StateIsStoppedState(process->GetState(), true)) { in MenuDelegateAction()
6450 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6487 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6537 StateIsStoppedState(process->GetState(), true)) { in MenuDelegateAction()
[all …]
H A DValue.cpp433 ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(), in GetValueAsData()
H A DDebugger.cpp1971 state_is_stopped = StateIsStoppedState(event_state, false); in HandleProcessEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h448 static bool StateIsStoppedState(lldb::StateType state);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp625 bool is_stopped = StateIsStoppedState(event_state); in HandleProcessEvent()
774 bool SBDebugger::StateIsStoppedState(StateType state) { in StateIsStoppedState() function in SBDebugger
777 const bool result = lldb_private::StateIsStoppedState(state, false); in StateIsStoppedState()
H A DSBThread.cpp1079 return StateIsStoppedState(exe_ctx.GetThreadPtr()->GetState(), true); in IsStopped()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp745 if (StateIsStoppedState(state, false)) { in SetState()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp528 if (StateIsStoppedState(m_state, false)) in Halt()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp116 show_process_status = StateIsStoppedState(state, true); in DumpTargetInfo()
4504 if (!StateIsStoppedState(process_state, true)) { in AddSymbolsForFrame()
4547 if (!StateIsStoppedState(process_state, true)) { in AddSymbolsForStack()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22954 result = (bool)lldb::SBDebugger::StateIsStoppedState(arg1); in _wrap_SBDebugger_StateIsStoppedState()