Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h340 LazyBool SupportsAllocDeallocMemory() // const in SupportsAllocDeallocMemory() function
H A DProcessGDBRemote.cpp2820 if (m_gdb_comm.SupportsAllocDeallocMemory() != eLazyBoolNo) { in DoAllocateMemory()
2823 m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolYes) in DoAllocateMemory()
2827 if (m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolNo) { in DoAllocateMemory()
2880 LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory(); in DoDeallocateMemory()