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

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


krytarowski added inline comments.


================
Comment at: source/CMakeLists.txt:25
+include_directories(
+  Plugins/Process/POSIX
+  )
----------------
@labath are the includes for Plugins/Process/FreeBSD and Plugins/Process/FreeBSD necessary? I don't need to add Plugins/Process/NetBSD in order to make things work.

(it's not related to OpenBSD patch here)


================
Comment at: source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp:48
+  GPR gpr;
+  FPR_i386 i387;
+};
----------------
no DBG regs here?


https://reviews.llvm.org/D31131





More information about the lldb-commits mailing list