Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h518 bool GetSaveCoreSupported() const;
H A DGDBRemoteCommunicationClient.cpp551 bool GDBRemoteCommunicationClient::GetSaveCoreSupported() const { in GetSaveCoreSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp5320 if (!m_gdb_comm.GetSaveCoreSupported()) in SaveCore()