Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DState.h45 bool StateIsRunningState(lldb::StateType state);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DState.cpp69 bool lldb_private::StateIsRunningState(StateType state) { in StateIsRunningState() function in lldb_private
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h188 static bool StateIsRunningState(lldb::StateType state);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp532 bool SBDebugger::StateIsRunningState(StateType state) { in StateIsRunningState() function in SBDebugger
535 const bool result = lldb_private::StateIsRunningState(state); in StateIsRunningState()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1329 return StateIsRunningState(m_public_state.GetValue()); in IsRunning()
3320 if (!StateIsRunningState(m_public_state.GetValue())) in Halt()
3896 if (StateIsRunningState(new_state)) { in HandlePrivateEvent()
4022 } else if (StateIsRunningState(m_last_broadcast_state)) { in RunPrivateStateThread()
4585 if (StateIsRunningState(m_process->GetState())) in Run()
4639 if (StateIsRunningState(m_process->GetState())) { in Interrupt()
H A DThreadList.cpp643 if (StateIsRunningState(thread_sp->GetState())) in DidStop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp2244 } else if (StateIsRunningState(state)) { in WindowDelegateDraw()
3022 } else if (StateIsRunningState(state)) { in WindowDelegateDraw()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2882 if (StateIsRunningState(state)) { in IOHandlerInterrupt()