Home
last modified time | relevance | path

Searched refs:SendStopReasonForState (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h119 PacketResult SendStopReasonForState(lldb::StateType process_state);
H A DGDBRemoteCommunicationServerLLGS.cpp977 PacketResult result = SendStopReasonForState(StateType::eStateExited); in HandleInferiorState_Exited()
1009 PacketResult result = SendStopReasonForState(StateType::eStateStopped); in HandleInferiorState_Stopped()
1692 return SendStopReasonForState(m_current_process->GetState()); in Handle_stop_reason()
1696 GDBRemoteCommunicationServerLLGS::SendStopReasonForState( in SendStopReasonForState() function in GDBRemoteCommunicationServerLLGS
3185 return SendStopReasonForState(m_current_process->GetState()); in Handle_vAttach()
3215 return SendStopReasonForState(m_current_process->GetState()); in Handle_vAttachWait()
3251 return SendStopReasonForState(m_current_process->GetState()); in Handle_vAttachOrWait()