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

Declarations

tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h
  161   lldb::StateType GetState() const;

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  413              status, pid, is_main_thread ? "is" : "is not", GetState());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  338               StateAsCString(process->GetState()));
 1612   return SendStopReasonForState(m_debugged_process_up->GetState());
 3008   return SendStopReasonForState(m_debugged_process_up->GetState());