Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h429 bool GetSharedCacheInfoSupported();
HDGDBRemoteCommunicationClient.cpp617 bool GDBRemoteCommunicationClient::GetSharedCacheInfoSupported() { in GetSharedCacheInfoSupported() function in GDBRemoteCommunicationClient
HDProcessGDBRemote.cpp4011 if (m_gdb_comm.GetSharedCacheInfoSupported()) { in GetSharedCacheInfo()