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.cpp1044 PacketResult result = SendStopReasonForState( in HandleInferiorState_Exited()
1086 PacketResult result = SendStopReasonForState( in HandleInferiorState_Stopped()
1924 return SendStopReasonForState(*m_current_process, in Handle_stop_reason()
1930 GDBRemoteCommunicationServerLLGS::SendStopReasonForState( in SendStopReasonForState() function in GDBRemoteCommunicationServerLLGS
3442 return SendStopReasonForState(*m_current_process, in Handle_vAttach()
3475 return SendStopReasonForState(*m_current_process, in Handle_vAttachWait()
3514 return SendStopReasonForState(*m_current_process, in Handle_vAttachOrWait()
3548 return SendStopReasonForState(*m_current_process, in Handle_vRun()