Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h540 LazyBool m_supports_memory_region_info; variable
DGDBRemoteCommunicationClient.cpp72 m_supports_memory_region_info(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
291 m_supports_memory_region_info = eLazyBoolCalculate; in ResetDiscoverableSettings()
1476 if (m_supports_memory_region_info != eLazyBoolNo) { in GetMemoryRegionInfo()
1477 m_supports_memory_region_info = eLazyBoolYes; in GetMemoryRegionInfo()
1571 m_supports_memory_region_info = eLazyBoolNo; in GetMemoryRegionInfo()
1575 if (m_supports_memory_region_info == eLazyBoolNo) { in GetMemoryRegionInfo()