Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.h202 bool VersionIsValid() const { return m_kdp_version_version != 0; } in VersionIsValid()
233 uint32_t m_kdp_version_version; variable
DCommunicationKDP.cpp36 m_exception_sequence_id(0u), m_kdp_version_version(0u), in CommunicationKDP()
360 m_kdp_version_version = 0; in ClearKDPSettings()
392 return m_kdp_version_version; in GetVersion()
410 m_kdp_version_version = reply_packet.GetU32(&offset); in SendRequestVersion()