[Lldb-commits] [PATCH] D34774: [lldb] Add a testcase for MainThreadCheckerRuntime plugin

Kuba (Brecka) Mracek via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 26 09:46:51 PDT 2017


kubamracek added a comment.

In https://reviews.llvm.org/D34774#907636, @SeanChense wrote:

> Hi there, I am here to find help. Is there  a way to get `libMainThreadChecker.dylib` output ? Then we can analyze the output to generate a report ?


Hi, what are you trying to do? What info are you missing that the LLDB plugin doesn't provide? I don't think parsing the text output (in stderr) from libMainThreadChecker.dylib is a good idea, as it's likely to change.


https://reviews.llvm.org/D34774





More information about the lldb-commits mailing list