abidh added inline comments.
================ Comment at: source/Symbol/ObjectFile.cpp:695 + "One or more breakpoints intersect section '%s'", + section_sp->GetName().AsCString()); return error; ---------------- If WriteMemory is not setting the error in some case, it seem more logical to properly handle it there instead of putting this specific error message here. Repository: rL LLVM https://reviews.llvm.org/D39969 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits