Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h538 LazyBool m_supports_memory_region_info = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp280 m_supports_memory_region_info = eLazyBoolCalculate; in ResetDiscoverableSettings()
1523 if (m_supports_memory_region_info != eLazyBoolNo) { in GetMemoryRegionInfo()
1524 m_supports_memory_region_info = eLazyBoolYes; in GetMemoryRegionInfo()
1649 m_supports_memory_region_info = eLazyBoolNo; in GetMemoryRegionInfo()
1653 if (m_supports_memory_region_info == eLazyBoolNo) { in GetMemoryRegionInfo()