Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp144 if (m_supports_qXfer_libraries_svr4_read == eLazyBoolCalculate) { in GetQXferLibrariesSVR4ReadSupported()
147 return m_supports_qXfer_libraries_svr4_read == eLazyBoolYes; in GetQXferLibrariesSVR4ReadSupported()
288 m_supports_qXfer_libraries_svr4_read = eLazyBoolCalculate; in ResetDiscoverableSettings()
335 m_supports_qXfer_libraries_svr4_read = eLazyBoolNo; in GetRemoteQSupported()
372 m_supports_qXfer_libraries_svr4_read = eLazyBoolYes; in GetRemoteQSupported()
374 m_supports_qXfer_libraries_svr4_read = eLazyBoolYes; // implied in GetRemoteQSupported()
H A DGDBRemoteCommunicationClient.h550 LazyBool m_supports_qXfer_libraries_svr4_read = eLazyBoolCalculate; variable