Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h221 bool GetxPacketSupported();
H A DGDBRemoteCommunicationClient.cpp713 bool GDBRemoteCommunicationClient::GetxPacketSupported() { in GetxPacketSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp2567 bool binary_memory_read = m_gdb_comm.GetxPacketSupported(); in DoReadMemory()