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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits