Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h200 bool VersionIsValid() const { return m_kdp_version_version != 0; } in VersionIsValid()
233 uint32_t m_kdp_version_version; variable
H A DCommunicationKDP.cpp35 m_exception_sequence_id(0u), m_kdp_version_version(0u), in CommunicationKDP()
359 m_kdp_version_version = 0; in ClearKDPSettings()
391 return m_kdp_version_version; in GetVersion()
409 m_kdp_version_version = reply_packet.GetU32(&offset); in SendRequestVersion()