Home
last modified time | relevance | path

Searched refs:GetStopReply (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h263 bool GetStopReply(StringExtractorGDBRemote &response);
H A DProcessGDBRemote.cpp544 if (m_gdb_comm.GetStopReply(response)) { in DoConnectRemote()
774 if (m_gdb_comm.GetStopReply(response)) { in DoLaunch()
H A DGDBRemoteCommunicationClient.cpp2754 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply() function in GDBRemoteCommunicationClient