[Lldb-commits] [PATCH] D18880: -thread-info in lldbmi does not conform to protocol. Should end with current thread id
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 7 16:45:49 PDT 2016
zturner added a subscriber: zturner.
zturner added a comment.
Hi Jackson,
Two suggestions:
1. Please clang-format the patch. Let me know if you need help getting this working.
2. use C++11 threads instead of pthreads. This makes the tests portable to Windows. Even if the test still fails on Windows for other reasons, at least it's closer.
http://reviews.llvm.org/D18880
More information about the lldb-commits
mailing list