Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DState.h40 bool StateIsRunningState(lldb::StateType state);
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DState.cpp68 bool lldb_private::StateIsRunningState(StateType state) { in StateIsRunningState() function in lldb_private
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i384 StateIsRunningState (lldb::StateType state);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h256 static bool StateIsRunningState(lldb::StateType state);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp746 bool SBDebugger::StateIsRunningState(StateType state) { in StateIsRunningState() function in SBDebugger
747 LLDB_RECORD_STATIC_METHOD(bool, SBDebugger, StateIsRunningState, in StateIsRunningState()
750 const bool result = lldb_private::StateIsRunningState(state); in StateIsRunningState()
1795 LLDB_REGISTER_STATIC_METHOD(bool, SBDebugger, StateIsRunningState, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1012 return StateIsRunningState(m_public_state.GetValue()); in IsRunning()
3070 if (!StateIsRunningState(m_public_state.GetValue())) in Halt()
3654 if (StateIsRunningState(new_state)) { in HandlePrivateEvent()
3779 } else if (StateIsRunningState(m_last_broadcast_state)) { in RunPrivateStateThread()
4369 if (StateIsRunningState(m_process->GetState())) in Run()
4423 if (StateIsRunningState(m_process->GetState())) { in Interrupt()
H A DThreadList.cpp643 if (StateIsRunningState(thread_sp->GetState())) in DidStop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3622 } else if (StateIsRunningState(state)) { in WindowDelegateDraw()
4431 } else if (StateIsRunningState(state)) { in WindowDelegateDraw()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2917 if (StateIsRunningState(state)) { in IOHandlerInterrupt()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19550 result = (bool)lldb::SBDebugger::StateIsRunningState(arg1); in _wrap_SBDebugger_StateIsRunningState()