Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h332 LazyBool SupportsAllocDeallocMemory() // const in SupportsAllocDeallocMemory() function
H A DProcessGDBRemote.cpp2842 if (m_gdb_comm.SupportsAllocDeallocMemory() != eLazyBoolNo) { in DoAllocateMemory()
2845 m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolYes) in DoAllocateMemory()
2849 if (m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolNo) { in DoAllocateMemory()
2898 LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory(); in DoDeallocateMemory()