Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DState.h40 bool StateIsRunningState(lldb::StateType state);
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DState.cpp68 bool lldb_private::StateIsRunningState(StateType state) { in StateIsRunningState() function in lldb_private
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i408 StateIsRunningState (lldb::StateType state);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h286 static bool StateIsRunningState(lldb::StateType state);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp592 if (!StateIsRunningState(state)) { in MonitorSIGTRAP()
1825 if (StateIsRunningState(thread->GetState())) in StopRunningThreads()
1838 if (StateIsRunningState(thread_sp->GetState())) in SignalIfAllThreadsStopped()
1866 StateIsRunningState(thread.GetState())) { in ThreadWasCreated()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp1033 return StateIsRunningState(m_public_state.GetValue()); in IsRunning()
3120 if (!StateIsRunningState(m_public_state.GetValue())) in Halt()
3703 if (StateIsRunningState(new_state)) { in HandlePrivateEvent()
3820 } else if (StateIsRunningState(m_last_broadcast_state)) { in RunPrivateStateThread()
4418 if (StateIsRunningState(m_process->GetState())) in Run()
4469 if (StateIsRunningState(m_process->GetState())) { in Interrupt()
H A DThreadList.cpp679 if (StateIsRunningState(thread_sp->GetState())) in DidStop()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp792 bool SBDebugger::StateIsRunningState(StateType state) { in StateIsRunningState() function in SBDebugger
795 const bool result = lldb_private::StateIsRunningState(state); in StateIsRunningState()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3179 if (StateIsRunningState(state)) { in IOHandlerInterrupt()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5184 if (StateIsRunningState(process->GetState())) in TreeDelegateShouldDraw()
5901 } else if (StateIsRunningState(state)) { in WindowDelegateDraw()