Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DState.h40 bool StateIsRunningState(lldb::StateType state);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DState.cpp68 bool lldb_private::StateIsRunningState(StateType state) { in StateIsRunningState() function in lldb_private
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h325 static bool StateIsRunningState(lldb::StateType state);
/freebsd/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/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp678 if (StateIsRunningState(thread_sp->GetState())) in DidStop()
H A DProcess.cpp1069 return StateIsRunningState(m_public_state.GetValue()); in IsRunning()
3312 if (!StateIsRunningState(m_public_state.GetValue())) in Halt()
3929 if (StateIsRunningState(new_state)) { in HandlePrivateEvent()
4053 } else if (StateIsRunningState(m_last_broadcast_state)) { in RunPrivateStateThread()
4661 if (StateIsRunningState(m_process->GetState())) in Run()
4712 if (StateIsRunningState(m_process->GetState())) { in Interrupt()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3206 if (StateIsRunningState(state)) { in IOHandlerInterrupt()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5207 if (StateIsRunningState(process->GetState())) in TreeDelegateShouldDraw()
5921 } else if (StateIsRunningState(state)) { in WindowDelegateDraw()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22621 result = (bool)lldb::SBDebugger::StateIsRunningState(arg1); in _wrap_SBDebugger_StateIsRunningState()