Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h299 bool GetThreadStopInfo(lldb::tid_t tid, StringExtractorGDBRemote &response);
DGDBRemoteCommunicationClient.cpp2686 bool GDBRemoteCommunicationClient::GetThreadStopInfo( in GetThreadStopInfo() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp1716 if (GetGDBRemote().GetThreadStopInfo(thread->GetProtocolID(), stop_packet)) in CalculateThreadStopInfo()