Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h550 LazyBool m_supports_qXfer_auxv_read; variable
DGDBRemoteCommunicationClient.cpp81 m_supports_qXfer_auxv_read(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
182 if (m_supports_qXfer_auxv_read == eLazyBoolCalculate) { in GetQXferAuxvReadSupported()
185 return m_supports_qXfer_auxv_read == eLazyBoolYes; in GetQXferAuxvReadSupported()
295 m_supports_qXfer_auxv_read = eLazyBoolCalculate; in ResetDiscoverableSettings()
339 m_supports_qXfer_auxv_read = eLazyBoolNo; in GetRemoteQSupported()
368 m_supports_qXfer_auxv_read = eLazyBoolYes; in GetRemoteQSupported()