[Lldb-commits] [PATCH] D31131: [LLDB] OpenBSD support

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 24 07:54:36 PDT 2017


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





More information about the lldb-commits mailing list