Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h106 PacketResult SendStopReasonForState(lldb::StateType process_state);
H A DGDBRemoteCommunicationServerLLGS.cpp795 PacketResult result = SendStopReasonForState(StateType::eStateExited);
828 PacketResult result = SendStopReasonForState(StateType::eStateStopped);
1610 return SendStopReasonForState(m_debugged_process_up->GetState());
1614 GDBRemoteCommunicationServerLLGS::SendStopReasonForState( function in GDBRemoteCommunicationServerLLGS
2929 return SendStopReasonForState(m_debugged_process_up->GetState());