Home
last modified time | relevance | path

Searched refs:m_platform_description (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp90 if (m_platform_description.empty()) in GetDescription()
98 if (!m_platform_description.empty()) in GetDescription()
99 return m_platform_description.c_str(); in GetDescription()
DPlatformRemoteGDBServer.h140 …std::string m_platform_description; // After we connect we can get a more complete description of … variable