clayborg requested changes to this revision. clayborg added a comment. This revision now requires changes to proceed.
Looks good. Please pipe the GetName through the SBMemoryRegionInfo by modifying the SBMemoryRegionInfo.h, SBMemoryRegionInfo.cpp, and SBMemoryRegionInfo.i files. The signature should be: const char * SBMemoryRegionInfo::GetName(); Since m_name is a ConstString, you can just return the m_name.GetCString() since the string is owned by the string pool. http://reviews.llvm.org/D22219 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits