Home
last modified time | relevance | path

Searched refs:StateIsRunningState (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DState.h40 bool StateIsRunningState(lldb::StateType state);
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DState.cpp68 bool lldb_private::StateIsRunningState(StateType state) { in StateIsRunningState() function in lldb_private
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h322 static bool StateIsRunningState(lldb::StateType state);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1037 return StateIsRunningState(m_public_state.GetValue()); in IsRunning()
3152 if (!StateIsRunningState(m_public_state.GetValue())) in Halt()
3742 if (StateIsRunningState(new_state)) { in HandlePrivateEvent()
3866 } else if (StateIsRunningState(m_last_broadcast_state)) { in RunPrivateStateThread()
4463 if (StateIsRunningState(m_process->GetState())) in Run()
4514 if (StateIsRunningState(m_process->GetState())) { in Interrupt()
H A DThreadList.cpp679 if (StateIsRunningState(thread_sp->GetState())) in DidStop()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp806 bool SBDebugger::StateIsRunningState(StateType state) { in StateIsRunningState() function in SBDebugger
809 const bool result = lldb_private::StateIsRunningState(state); in StateIsRunningState()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3187 if (StateIsRunningState(state)) { in IOHandlerInterrupt()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5207 if (StateIsRunningState(process->GetState())) in TreeDelegateShouldDraw()
5921 } else if (StateIsRunningState(state)) { in WindowDelegateDraw()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp21343 result = (bool)lldb::SBDebugger::StateIsRunningState(arg1); in _wrap_SBDebugger_StateIsRunningState()