Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h229 bool GetxPacketSupported();
H A DGDBRemoteCommunicationClient.cpp679 bool GDBRemoteCommunicationClient::GetxPacketSupported() { in GetxPacketSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp2524 bool binary_memory_read = m_gdb_comm.GetxPacketSupported(); in DoReadMemory()