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

Overrides

tools/lldb/include/lldb/Host/common/NativeThreadProtocol.h
   28   virtual lldb::StateType GetState() = 0;

Declarations

tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
   36   lldb::StateType GetState() override;

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  480       ResumeThread(*thread_sp, thread_sp->GetState(),
  588     ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER);
  640     StateType state = thread.GetState();
  723     ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER);
  811     const StateType thread_state = thread.GetState();
  831         Status error = ResumeThread(thread, thread.GetState(), 0);
  851      ResumeThread(thread, thread.GetState(), signo);
 1748       StateIsRunningState(thread.GetState())) {
tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
  375   return GetState() == StateType::eStateStopped &&
  380   return GetState() == StateType::eStateStopped &&