Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h537 LazyBool m_supports_memory_region_info = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp282 m_supports_memory_region_info = eLazyBoolCalculate; in ResetDiscoverableSettings()
1554 if (m_supports_memory_region_info != eLazyBoolNo) { in GetMemoryRegionInfo()
1555 m_supports_memory_region_info = eLazyBoolYes; in GetMemoryRegionInfo()
1679 m_supports_memory_region_info = eLazyBoolNo; in GetMemoryRegionInfo()
1683 if (m_supports_memory_region_info == eLazyBoolNo) { in GetMemoryRegionInfo()