Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h553 LazyBool m_supports_augmented_libraries_svr4_read = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp139 if (m_supports_augmented_libraries_svr4_read == eLazyBoolCalculate) { in GetAugmentedLibrariesSVR4ReadSupported()
142 return m_supports_augmented_libraries_svr4_read == eLazyBoolYes; in GetAugmentedLibrariesSVR4ReadSupported()
294 m_supports_augmented_libraries_svr4_read = eLazyBoolCalculate; in ResetDiscoverableSettings()
339 m_supports_augmented_libraries_svr4_read = eLazyBoolNo; in GetRemoteQSupported()
378 m_supports_augmented_libraries_svr4_read = eLazyBoolYes; in GetRemoteQSupported()