Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h519 bool GetSaveCoreSupported() const;
H A DGDBRemoteCommunicationClient.cpp536 bool GDBRemoteCommunicationClient::GetSaveCoreSupported() const { in GetSaveCoreSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp4778 if (!m_gdb_comm.GetSaveCoreSupported()) in SaveCore()