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

Declarations

tools/lldb/include/lldb/Target/Process.h
 2479   lldb::StateType GetPrivateState();

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 3682   if (GetPrivateState() == lldb::StateType::eStateStopped) {
tools/lldb/source/Target/Process.cpp
  573   switch (GetPrivateState()) {
  738       StateIsStoppedState(GetPrivateState(), true)) {
 1186     const StateType state = GetPrivateState();
 1260       const StateType state = GetPrivateState();
 2304   if (GetPrivateState() != eStateStopped) {
 4043           if (process_sp->GetPrivateState() == eStateRunning)
tools/lldb/source/Target/StopInfo.cpp
   56     lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState();