Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DState.h61 bool StateIsStoppedState(lldb::StateType state, bool must_exist);
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h100 if (StateIsStoppedState(state, true)) in ForceScriptedState()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp668 if (!wait_always && StateIsStoppedState(state, true) && in WaitForProcessToStop()
669 StateIsStoppedState(GetPrivateState(), true)) { in WaitForProcessToStop()
1150 if (StateIsStoppedState(state, true)) { in UpdateThreadListIfNeeded()
1262 if (StateIsStoppedState(state, true)) { in UpdateQueueListIfNeeded()
1384 if (!StateIsStoppedState(state, must_be_alive)) in ResumeSynchronous()
1455 if (StateIsStoppedState(new_state, false)) { in SetPrivateState()
2444 if (StateIsStoppedState(state, false)) in WaitForProcessStopPrivate()
2668 if (!StateIsStoppedState(state, false)) { in LoadCore()
3754 } else if (StateIsStoppedState(new_state, false)) { in HandlePrivateEvent()
3903 StateIsStoppedState(internal_state, true)) { in RunPrivateStateThread()
[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.cpp1914 if (StateIsStoppedState(process->GetState(), true)) { in StepIn()
1947 if (StateIsStoppedState(process->GetState(), true)) { in StepOver()
1979 if (StateIsStoppedState(process->GetState(), true)) { in StepOut()
/freebsd-14.2/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()
6448 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6485 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6535 StateIsStoppedState(process->GetState(), true)) { in MenuDelegateAction()
6748 if (StateIsStoppedState(state, true)) { in WindowDelegateDraw()
[all …]
H A DValue.cpp421 ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(), in GetValueAsData()
H A DDebugger.cpp1761 state_is_stopped = StateIsStoppedState(event_state, false); in HandleProcessEvent()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h324 static bool StateIsStoppedState(lldb::StateType state);
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp742 if (StateIsStoppedState(state, false)) { in SetState()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp500 if (StateIsStoppedState(m_state, false)) in Halt()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp115 show_process_status = StateIsStoppedState(state, true); in DumpTargetInfo()
4584 if (!StateIsStoppedState(process_state, true)) { in AddSymbolsForFrame()
4630 if (!StateIsStoppedState(process_state, true)) { in AddSymbolsForStack()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp21363 result = (bool)lldb::SBDebugger::StateIsStoppedState(arg1); in _wrap_SBDebugger_StateIsStoppedState()