Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h142 PacketResult SendStopReasonForState(NativeProcessProtocol &process,
H A DGDBRemoteCommunicationServerLLGS.cpp1041 PacketResult result = SendStopReasonForState( in HandleInferiorState_Exited()
1083 PacketResult result = SendStopReasonForState( in HandleInferiorState_Stopped()
1920 return SendStopReasonForState(*m_current_process, in Handle_stop_reason()
1926 GDBRemoteCommunicationServerLLGS::SendStopReasonForState( in SendStopReasonForState() function in GDBRemoteCommunicationServerLLGS
3441 return SendStopReasonForState(*m_current_process, in Handle_vAttach()
3474 return SendStopReasonForState(*m_current_process, in Handle_vAttachWait()
3513 return SendStopReasonForState(*m_current_process, in Handle_vAttachOrWait()
3547 return SendStopReasonForState(*m_current_process, in Handle_vRun()