labath added inline comments. ================ Comment at: source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp:39 @@ +38,3 @@ + int regset = NT_PRSTATUS; + Error error = NativeProcessLinux::PtraceWrapper(PTRACE_GETREGSET, tid, ®set, &ioVec, sizeof_native_regs_struct); + HostInfo::ArchitectureKind kind = HostInfo::eArchKindDefault; // same bitness this process ---------------- nitesh.jain wrote: > Ptrace call with ptrace request "PTRACE_GETREGSET" is failing for MIPS. We > are currently investigating the reason for the failure. I will let you know > asap. > > Thanks Thanks for checking it out. I'll hold this for now.
Out of curiosity, what is errno being set to after this? Also, in which scenario does this happen (64->64 or 64->32, 32->32)? http://reviews.llvm.org/D20368 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits