Searched refs:m_supports_qXfer_libraries_svr4_read (Results 1 – 2 of 2) sorted by relevance
146 if (m_supports_qXfer_libraries_svr4_read == eLazyBoolCalculate) { in GetQXferLibrariesSVR4ReadSupported()149 return m_supports_qXfer_libraries_svr4_read == eLazyBoolYes; in GetQXferLibrariesSVR4ReadSupported()290 m_supports_qXfer_libraries_svr4_read = eLazyBoolCalculate; in ResetDiscoverableSettings()338 m_supports_qXfer_libraries_svr4_read = eLazyBoolNo; in GetRemoteQSupported()375 m_supports_qXfer_libraries_svr4_read = eLazyBoolYes; in GetRemoteQSupported()377 m_supports_qXfer_libraries_svr4_read = eLazyBoolYes; // implied in GetRemoteQSupported()
549 LazyBool m_supports_qXfer_libraries_svr4_read = eLazyBoolCalculate; variable