[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
Wed Jun 28 13:33:55 PDT 2017


kubamracek created this revision.

This adds a simple testcase for MainThreadCheckerRuntime.  The tool (Main Thread Checker) is only available on Darwin and in very new Xcode versions, so the test also detects the presence of `libMainThreadChecker.dylib` and is skipped if the tool is not available.


https://reviews.llvm.org/D34774

Files:
  packages/Python/lldbsuite/test/functionalities/mtc/simple/Makefile
  packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py
  packages/Python/lldbsuite/test/functionalities/mtc/simple/main.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34774.104499.patch
Type: text/x-patch
Size: 3807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170628/3028a29e/attachment.bin>


More information about the lldb-commits mailing list