Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h548 LazyBool m_supports_qXfer_libraries_read = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp153 if (m_supports_qXfer_libraries_read == eLazyBoolCalculate) { in GetQXferLibrariesReadSupported()
156 return m_supports_qXfer_libraries_read == eLazyBoolYes; in GetQXferLibrariesReadSupported()
289 m_supports_qXfer_libraries_read = eLazyBoolCalculate; in ResetDiscoverableSettings()
337 m_supports_qXfer_libraries_read = eLazyBoolNo; in GetRemoteQSupported()
380 m_supports_qXfer_libraries_read = eLazyBoolYes; in GetRemoteQSupported()