[Lldb-commits] [PATCH] D32930: New framework for lldb client-server communication tests.

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 11 15:53:24 PDT 2017


krytarowski added inline comments.


================
Comment at: unittests/tools/lldb-server/inferior/thread_inferior.cpp:1
+#include <unistd.h>
+#include <string>
----------------
For the clarity I would put the copyright notice in all files, including tests.


https://reviews.llvm.org/D32930





More information about the lldb-commits mailing list