Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h265 bool GetThreadStopInfo(lldb::tid_t tid, StringExtractorGDBRemote &response);
H A DGDBRemoteCommunicationClient.cpp2761 bool GDBRemoteCommunicationClient::GetThreadStopInfo( in GetThreadStopInfo() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp1601 if (GetGDBRemote().GetThreadStopInfo(thread->GetProtocolID(), stop_packet)) in CalculateThreadStopInfo()