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

Declarations

tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h
  436   void SetState(lldb::StateType state, bool notify_delegates = true);

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  310   SetState(StateType::eStateStopped, false);
  423       SetState(StateType::eStateExited, true);
  503         SetState(StateType::eStateExited, true);
 1679       SetState(eStateRunning, true);
 1685       SetState(eStateRunning, true);
 1739   SetState(StateType::eStateStopped, true);