reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/State.h
   40 bool StateIsRunningState(lldb::StateType state);

References

tools/lldb/source/API/SBDebugger.cpp
  702   const bool result = lldb_private::StateIsRunningState(state);
tools/lldb/source/Core/IOHandler.cpp
 2218       } else if (StateIsRunningState(state)) {
 2991       } else if (StateIsRunningState(state)) {
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2812     if (StateIsRunningState(state)) {
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  641     if (!StateIsRunningState(state)) {
 1706     if (StateIsRunningState(thread->GetState()))
 1719     if (StateIsRunningState(thread_sp->GetState()))
 1748       StateIsRunningState(thread.GetState())) {
tools/lldb/source/Target/Process.cpp
 1080   return StateIsRunningState(m_public_state.GetValue());
 3092   if (!StateIsRunningState(m_public_state.GetValue()))
 3668     if (StateIsRunningState(new_state)) {
 3793       } else if (StateIsRunningState(m_last_broadcast_state)) {
 4359               if (StateIsRunningState(m_process->GetState()))
 4413       if (StateIsRunningState(m_process->GetState())) {
tools/lldb/source/Target/ThreadList.cpp
  643     if (StateIsRunningState(thread_sp->GetState()))