[Lldb-commits] [PATCH] D15498: Merge ENABLE_THREADS and ENABLE_STD_THREADS markers

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 14 08:22:19 PST 2015


tberghammer created this revision.
tberghammer added reviewers: labath, zturner.
tberghammer added a subscriber: lldb-commits.
Herald added subscribers: danalbert, tberghammer.

Merge ENABLE_THREADS and ENABLE_STD_THREADS markers

Both of these markers are used in the test suit for annotating when a test needs multi threaded support. Previously they had slightly different meaning but they converged to the point where they are used interchangeably. This CL removes the ENABLE_STD_THREADS one to simplify the test suite and avoid some confusion.

Note: This CL is a preparation to get test running on android compiled with clang

http://reviews.llvm.org/D15498

Files:
  packages/Python/lldbsuite/test/api/multithreaded/Makefile
  packages/Python/lldbsuite/test/functionalities/stop-hook/multiple_threads/Makefile
  packages/Python/lldbsuite/test/functionalities/thread/Makefile
  packages/Python/lldbsuite/test/functionalities/thread/backtrace_all/Makefile
  packages/Python/lldbsuite/test/functionalities/thread/break_after_join/Makefile
  packages/Python/lldbsuite/test/functionalities/thread/create_after_attach/Makefile
  packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/Makefile
  packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_threads/Makefile
  packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_set_command/Makefile
  packages/Python/lldbsuite/test/make/Makefile.rules
  packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/Makefile

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15498.42725.patch
Type: text/x-patch
Size: 5178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151214/21cec2da/attachment.bin>


More information about the lldb-commits mailing list