krytarowski added inline comments.

================
Comment at: source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp:48
+  GPR gpr;
+  FPR_i386 i387;
+};
----------------
kettenis wrote:
> krytarowski wrote:
> > no DBG regs here?
> OpenBSD doesn't actually implement access to the debug registers.
Yes, I know, there are also accessors for xmm registers. So far I have not been 
there with NetBSD either and your code follows FreeBSD (Linux has debug 
registers in userdata).


https://reviews.llvm.org/D31131



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to