[Lldb-commits] [PATCH] D32080: Introduce FPR and Debug Registers/NetBSD/amd64 support

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 18 02:53:58 PDT 2017


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp:22
 
+// clang-format off
+#include <sys/types.h>
----------------
It is enough to place an empty line between the block's of includes that cannot be reordered (perhaps with a comment saying why).


Repository:
  rL LLVM

https://reviews.llvm.org/D32080





More information about the lldb-commits mailing list