Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h555 LazyBool m_supports_augmented_libraries_svr4_read; variable
DGDBRemoteCommunicationClient.cpp86 m_supports_augmented_libraries_svr4_read(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
161 if (m_supports_augmented_libraries_svr4_read == eLazyBoolCalculate) { in GetAugmentedLibrariesSVR4ReadSupported()
164 return m_supports_augmented_libraries_svr4_read == eLazyBoolYes; in GetAugmentedLibrariesSVR4ReadSupported()
300 m_supports_augmented_libraries_svr4_read = eLazyBoolCalculate; in ResetDiscoverableSettings()
342 m_supports_augmented_libraries_svr4_read = eLazyBoolNo; in GetRemoteQSupported()
373 m_supports_augmented_libraries_svr4_read = eLazyBoolYes; in GetRemoteQSupported()