Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h334 LazyBool SupportsAllocDeallocMemory() // const in SupportsAllocDeallocMemory() function
H A DProcessGDBRemote.cpp2863 if (m_gdb_comm.SupportsAllocDeallocMemory() != eLazyBoolNo) { in DoAllocateMemory()
2866 m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolYes) in DoAllocateMemory()
2870 if (m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolNo) { in DoAllocateMemory()
2919 LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory(); in DoDeallocateMemory()