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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h343 LazyBool SupportsAllocDeallocMemory() // const function in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp2968 if (m_gdb_comm.SupportsAllocDeallocMemory() != eLazyBoolNo) {
2971 m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolYes)
2975 if (m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolNo) {
3028 LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory();

Completed in 124 milliseconds