Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h551 LazyBool m_supports_qXfer_libraries_read; variable
DGDBRemoteCommunicationClient.cpp82 m_supports_qXfer_libraries_read(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
175 if (m_supports_qXfer_libraries_read == eLazyBoolCalculate) { in GetQXferLibrariesReadSupported()
178 return m_supports_qXfer_libraries_read == eLazyBoolYes; in GetQXferLibrariesReadSupported()
296 m_supports_qXfer_libraries_read = eLazyBoolCalculate; in ResetDiscoverableSettings()
340 m_supports_qXfer_libraries_read = eLazyBoolNo; in GetRemoteQSupported()
376 m_supports_qXfer_libraries_read = eLazyBoolYes; in GetRemoteQSupported()