Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DState.h40 bool StateIsRunningState(lldb::StateType state);
/llvm-project-15.0.7/lldb/source/Utility/
H A DState.cpp68 bool lldb_private::StateIsRunningState(StateType state) { in StateIsRunningState() function in lldb_private
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i406 StateIsRunningState (lldb::StateType state);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h269 static bool StateIsRunningState(lldb::StateType state);
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp598 if (!StateIsRunningState(state)) { in MonitorSIGTRAP()
1824 if (StateIsRunningState(thread->GetState())) in StopRunningThreads()
1837 if (StateIsRunningState(thread_sp->GetState())) in SignalIfAllThreadsStopped()
1865 StateIsRunningState(thread.GetState())) { in ThreadWasCreated()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp754 bool SBDebugger::StateIsRunningState(StateType state) { in StateIsRunningState() function in SBDebugger
757 const bool result = lldb_private::StateIsRunningState(state); in StateIsRunningState()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp1032 return StateIsRunningState(m_public_state.GetValue()); in IsRunning()
3099 if (!StateIsRunningState(m_public_state.GetValue())) in Halt()
3682 if (StateIsRunningState(new_state)) { in HandlePrivateEvent()
3799 } else if (StateIsRunningState(m_last_broadcast_state)) { in RunPrivateStateThread()
4397 if (StateIsRunningState(m_process->GetState())) in Run()
4448 if (StateIsRunningState(m_process->GetState())) { in Interrupt()
H A DThreadList.cpp644 if (StateIsRunningState(thread_sp->GetState())) in DidStop()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3131 if (StateIsRunningState(state)) { in IOHandlerInterrupt()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5182 if (StateIsRunningState(process->GetState())) in TreeDelegateShouldDraw()
5899 } else if (StateIsRunningState(state)) { in WindowDelegateDraw()