[Lldb-commits] [PATCH] FreeBSD watchpoint support
Ed Maste
emaste at freebsd.org
Tue Feb 11 12:03:28 PST 2014
================
Comment at: source/Plugins/Process/POSIX/RegisterContextFreeBSD_x86_64.cpp:14
@@ -13,2 +13,3 @@
#include "RegisterContextFreeBSD_x86_64.h"
+#include <machine/reg.h>
----------------
I believe this file will also be built on Linux, so we'll need to avoid including this header there.
http://llvm-reviews.chandlerc.com/D2572
More information about the lldb-commits
mailing list