Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h547 LazyBool m_supports_qXfer_auxv_read = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp160 if (m_supports_qXfer_auxv_read == eLazyBoolCalculate) { in GetQXferAuxvReadSupported()
163 return m_supports_qXfer_auxv_read == eLazyBoolYes; in GetQXferAuxvReadSupported()
288 m_supports_qXfer_auxv_read = eLazyBoolCalculate; in ResetDiscoverableSettings()
336 m_supports_qXfer_auxv_read = eLazyBoolNo; in GetRemoteQSupported()
373 m_supports_qXfer_auxv_read = eLazyBoolYes; in GetRemoteQSupported()