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

Declarations

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
   97   PacketResult SendStopReasonForState(lldb::StateType process_state);

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  795   PacketResult result = SendStopReasonForState(StateType::eStateExited);
  827     PacketResult result = SendStopReasonForState(StateType::eStateStopped);
 1612   return SendStopReasonForState(m_debugged_process_up->GetState());
 3008   return SendStopReasonForState(m_debugged_process_up->GetState());