Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp83 m_supports_qXfer_libraries_svr4_read(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
168 if (m_supports_qXfer_libraries_svr4_read == eLazyBoolCalculate) { in GetQXferLibrariesSVR4ReadSupported()
171 return m_supports_qXfer_libraries_svr4_read == eLazyBoolYes; in GetQXferLibrariesSVR4ReadSupported()
297 m_supports_qXfer_libraries_svr4_read = eLazyBoolCalculate; in ResetDiscoverableSettings()
341 m_supports_qXfer_libraries_svr4_read = eLazyBoolNo; in GetRemoteQSupported()
370 m_supports_qXfer_libraries_svr4_read = eLazyBoolYes; in GetRemoteQSupported()
372 m_supports_qXfer_libraries_svr4_read = eLazyBoolYes; // implied in GetRemoteQSupported()
DGDBRemoteCommunicationClient.h552 LazyBool m_supports_qXfer_libraries_svr4_read; variable