[Lldb-commits] [PATCH] D70363: [lldb] [Process/NetBSD] Implement thread name getting

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 17 15:36:35 PST 2019


krytarowski added inline comments.


================
Comment at: lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp:22
 
+#include <sys/sysctl.h>
+
----------------
Please include before this header `<sys/types.h>`. If it works, that header is likely pulled from some indirect location.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70363/new/

https://reviews.llvm.org/D70363





More information about the lldb-commits mailing list