Home
last modified time | relevance | path

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

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