Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h366 return m_supports_alloc_dealloc_memory; in SupportsAllocDeallocMemory()
539 LazyBool m_supports_alloc_dealloc_memory; variable
DGDBRemoteCommunicationClient.cpp71 m_supports_alloc_dealloc_memory(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
290 m_supports_alloc_dealloc_memory = eLazyBoolCalculate; in ResetDiscoverableSettings()
1385 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) { in AllocateMemory()
1386 m_supports_alloc_dealloc_memory = eLazyBoolYes; in AllocateMemory()
1399 m_supports_alloc_dealloc_memory = eLazyBoolNo; in AllocateMemory()
1403 m_supports_alloc_dealloc_memory = eLazyBoolNo; in AllocateMemory()
1410 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) { in DeallocateMemory()
1411 m_supports_alloc_dealloc_memory = eLazyBoolYes; in DeallocateMemory()
1421 m_supports_alloc_dealloc_memory = eLazyBoolNo; in DeallocateMemory()
1425 m_supports_alloc_dealloc_memory = eLazyBoolNo; in DeallocateMemory()