Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h573 m_supports_vFileMode : 1, m_supports_vFileExists : 1, variable
H A DGDBRemoteCommunicationClient.cpp71 m_supports_vFileSize(true), m_supports_vFileMode(true), in GDBRemoteCommunicationClient()
3205 if (m_supports_vFileMode) { in GetFilePermissions()
3239 m_supports_vFileMode = false; in GetFilePermissions()