Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h554 LazyBool m_supports_augmented_libraries_svr4_read = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp137 if (m_supports_augmented_libraries_svr4_read == eLazyBoolCalculate) { in GetAugmentedLibrariesSVR4ReadSupported()
140 return m_supports_augmented_libraries_svr4_read == eLazyBoolYes; in GetAugmentedLibrariesSVR4ReadSupported()
292 m_supports_augmented_libraries_svr4_read = eLazyBoolCalculate; in ResetDiscoverableSettings()
336 m_supports_augmented_libraries_svr4_read = eLazyBoolNo; in GetRemoteQSupported()
375 m_supports_augmented_libraries_svr4_read = eLazyBoolYes; in GetRemoteQSupported()