nitesh.jain added inline comments.
================ Comment at: source/Plugins/Process/elf-core/ProcessElfCore.cpp:220 + // information. Hence we need to relied on target architecture for that. + if (arch.IsValid() && !arch.IsMIPS()) + GetTarget().SetArchitecture(arch); ---------------- labath wrote: > Here you copy the architecture from core to target. Actually we are skipping it , if the arch is MIPS ( ! arch.IsMIPS()). https://reviews.llvm.org/D31280 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits