Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h264 bool GetThreadStopInfo(lldb::tid_t tid, StringExtractorGDBRemote &response);
H A DGDBRemoteCommunicationClient.cpp2787 bool GDBRemoteCommunicationClient::GetThreadStopInfo( in GetThreadStopInfo() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp1629 if (GetGDBRemote().GetThreadStopInfo(thread->GetProtocolID(), stop_packet)) in CalculateThreadStopInfo()