Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp313 gdb_process->GetGDBRemote().GetpPacketSupported(GetID()); in CreateRegisterContextForFrame()
H A DGDBRemoteCommunicationClient.h219 bool GetpPacketSupported(lldb::tid_t tid);
H A DGDBRemoteCommunicationClient.cpp532 bool GDBRemoteCommunicationClient::GetpPacketSupported(lldb::tid_t tid) { in GetpPacketSupported() function in GDBRemoteCommunicationClient