Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp148 if (m_supports_qXfer_libraries_svr4_read == eLazyBoolCalculate) { in GetQXferLibrariesSVR4ReadSupported()
151 return m_supports_qXfer_libraries_svr4_read == eLazyBoolYes;
292 m_supports_qXfer_libraries_svr4_read = eLazyBoolCalculate; in ResetDiscoverableSettings()
340 m_supports_qXfer_libraries_svr4_read = eLazyBoolNo; in GetRemoteQSupported()
380 m_supports_qXfer_libraries_svr4_read = eLazyBoolYes; in GetRemoteQSupported()
382 m_supports_qXfer_libraries_svr4_read = eLazyBoolYes; // implied in GetRemoteQSupported()
H A DGDBRemoteCommunicationClient.h549 LazyBool m_supports_qXfer_libraries_svr4_read = eLazyBoolCalculate; variable