Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp146 if (m_supports_qXfer_libraries_svr4_read == eLazyBoolCalculate) { in GetQXferLibrariesSVR4ReadSupported()
149 return m_supports_qXfer_libraries_svr4_read == eLazyBoolYes; in GetQXferLibrariesSVR4ReadSupported()
290 m_supports_qXfer_libraries_svr4_read = eLazyBoolCalculate; in ResetDiscoverableSettings()
338 m_supports_qXfer_libraries_svr4_read = eLazyBoolNo; in GetRemoteQSupported()
375 m_supports_qXfer_libraries_svr4_read = eLazyBoolYes; in GetRemoteQSupported()
377 m_supports_qXfer_libraries_svr4_read = eLazyBoolYes; // implied in GetRemoteQSupported()
H A DGDBRemoteCommunicationClient.h549 LazyBool m_supports_qXfer_libraries_svr4_read = eLazyBoolCalculate; variable