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.h445 static bool StateIsRunningState(lldb::StateType state);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp766 bool SBDebugger::StateIsRunningState(StateType state) { in StateIsRunningState() function in SBDebugger
769 const bool result = lldb_private::StateIsRunningState(state); in StateIsRunningState()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp682 if (StateIsRunningState(thread_sp->GetState())) in DidStop()
H A DProcess.cpp993 return StateIsRunningState(m_public_state.GetValue()); in IsRunning()
3297 if (!StateIsRunningState(m_public_state.GetValue())) in Halt()
3948 if (StateIsRunningState(new_state)) { in HandlePrivateEvent()
4072 } else if (StateIsRunningState(m_last_broadcast_state)) { in RunPrivateStateThread()
4691 if (StateIsRunningState(m_process->GetState())) in Run()
4745 if (StateIsRunningState(m_process->GetState())) { in Interrupt()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5209 if (StateIsRunningState(process->GetState())) in TreeDelegateShouldDraw()
5923 } else if (StateIsRunningState(state)) { in WindowDelegateDraw()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3381 if (StateIsRunningState(state)) { in IOHandlerInterrupt()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22934 result = (bool)lldb::SBDebugger::StateIsRunningState(arg1); in _wrap_SBDebugger_StateIsRunningState()