[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 18:20:54 PDT 2016


We have an lldb style file in llvm/tools/lldb, it should be picked up
automatically if you run it from the lldb directory. I'm not sure though if
it's based on the folder you're in when you run clang-format or by
searching up the tree from the target file until it finds a rule file
On Thu, Apr 7, 2016 at 6:15 PM Jackson Davis <jacdavis at microsoft.com> wrote:

> jacdavis updated this revision to Diff 52991.
> jacdavis added a comment.
>
> Updated to use C++ 11 threads. Clang-format tried to format the diff in
> the llvm style. Since this is all lldb code, is that actually what is
> expected? None of the braces matched etc....
>
>
> http://reviews.llvm.org/D18880
>
> Files:
>   packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile
>
> packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/TestMiThreadInfo.py
>
> packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/test_threadinfo.cpp
>   tools/lldb-mi/MICmdCmdThread.cpp
>   tools/lldb-mi/MICmdCmdThread.h
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160408/60e2cafa/attachment.html>


More information about the lldb-commits mailing list