Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h522 bool GetSaveCoreSupported() const;
H A DGDBRemoteCommunicationClient.cpp529 bool GDBRemoteCommunicationClient::GetSaveCoreSupported() const { in GetSaveCoreSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp4808 if (!m_gdb_comm.GetSaveCoreSupported()) in SaveCore()