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.cpp700 if (!wait_always && StateIsStoppedState(state, true) && in WaitForProcessToStop()
701 StateIsStoppedState(GetPrivateState(), true)) { in WaitForProcessToStop()
1182 if (StateIsStoppedState(state, true)) { in UpdateThreadListIfNeeded()
1294 if (StateIsStoppedState(state, true)) { in UpdateQueueListIfNeeded()
1340 const bool new_state_is_stopped = StateIsStoppedState(new_state, false); in SetPublicState()
1367 const bool old_state_is_stopped = StateIsStoppedState(old_state, false); in SetPublicState()
1416 if (!StateIsStoppedState(state, must_be_alive)) in ResumeSynchronous()
1473 const bool old_state_is_stopped = StateIsStoppedState(old_state, false); in SetPrivateState()
1474 const bool new_state_is_stopped = StateIsStoppedState(new_state, false); in SetPrivateState()
1487 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.cpp1927 if (StateIsStoppedState(process->GetState(), true)) { in StepIn()
1960 if (StateIsStoppedState(process->GetState(), true)) { in StepOver()
1992 if (StateIsStoppedState(process->GetState(), true)) { in StepOut()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5131 if (StateIsStoppedState(state, true)) { in TreeDelegateGenerateChildren()
5162 if (StateIsStoppedState(state, true)) { in TreeDelegateItemSelected()
5231 if (StateIsStoppedState(state, true)) { in TreeDelegateGenerateChildren()
5274 if (!StateIsStoppedState(state, true)) in TreeDelegateUpdateSelection()
5917 if (StateIsStoppedState(state, true)) { in WindowDelegateDraw()
6420 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6432 StateIsStoppedState(process->GetState(), true)) { in MenuDelegateAction()
6448 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6485 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6535 StateIsStoppedState(process->GetState(), true)) { in MenuDelegateAction()
[all …]
H A DValue.cpp421 ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(), in GetValueAsData()
H A DDebugger.cpp1801 state_is_stopped = StateIsStoppedState(event_state, false); in HandleProcessEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h327 static bool StateIsStoppedState(lldb::StateType state);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp668 bool is_stopped = StateIsStoppedState(event_state); in HandleProcessEvent()
814 bool SBDebugger::StateIsStoppedState(StateType state) { in StateIsStoppedState() function in SBDebugger
817 const bool result = lldb_private::StateIsStoppedState(state, false); in StateIsStoppedState()
H A DSBThread.cpp1065 return StateIsStoppedState(exe_ctx.GetThreadPtr()->GetState(), true); in IsStopped()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp742 if (StateIsStoppedState(state, false)) { in SetState()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp521 if (StateIsStoppedState(m_state, false)) in Halt()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp115 show_process_status = StateIsStoppedState(state, true); in DumpTargetInfo()
4491 if (!StateIsStoppedState(process_state, true)) { in AddSymbolsForFrame()
4534 if (!StateIsStoppedState(process_state, true)) { in AddSymbolsForStack()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22641 result = (bool)lldb::SBDebugger::StateIsStoppedState(arg1); in _wrap_SBDebugger_StateIsStoppedState()