Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h554 LazyBool m_supports_qXfer_memory_map_read; variable
DGDBRemoteCommunicationClient.cpp85 m_supports_qXfer_memory_map_read(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
196 if (m_supports_qXfer_memory_map_read == eLazyBoolCalculate) { in GetQXferMemoryMapReadSupported()
199 return m_supports_qXfer_memory_map_read == eLazyBoolYes; in GetQXferMemoryMapReadSupported()
299 m_supports_qXfer_memory_map_read = eLazyBoolCalculate; in ResetDiscoverableSettings()
344 m_supports_qXfer_memory_map_read = eLazyBoolNo; in GetRemoteQSupported()
380 m_supports_qXfer_memory_map_read = eLazyBoolYes; in GetRemoteQSupported()