[Lldb-commits] [PATCH] D20368: Remove Platform usages from NativeProcessLinux

Nitesh Jain via lldb-commits lldb-commits at lists.llvm.org
Fri May 20 05:04:58 PDT 2016


nitesh.jain 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, &regset, &ioVec, sizeof_native_regs_struct);
+    HostInfo::ArchitectureKind kind = HostInfo::eArchKindDefault; // same bitness this process
----------------
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


http://reviews.llvm.org/D20368





More information about the lldb-commits mailing list