reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
28 virtual lldb::StateType GetState() = 0;
36 lldb::StateType GetState() override;
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 &&