reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 2988   if (m_gdb_comm.SupportsAllocDeallocMemory() != eLazyBoolNo) {
 2991         m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolYes)
 2995   if (m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolNo) {
 3048   LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory();