Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h256 bool GetxPacketSupported();
DGDBRemoteCommunicationClient.cpp649 bool GDBRemoteCommunicationClient::GetxPacketSupported() { in GetxPacketSupported() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp2692 bool binary_memory_read = m_gdb_comm.GetxPacketSupported(); in DoReadMemory()