[Lldb-commits] [PATCH] D43857: Speed up TestWatchpointMultipleThreads

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 28 12:36:15 PST 2018


labath updated this revision to Diff 136361.
labath added a comment.

This makes the inferior more simple and deterministic by using a single thread.
Now we have one test which sets the watchpoint before the thread is created and
one that sets it after.  I've also simplified the test a bit with new lldbutil
goodies.


https://reviews.llvm.org/D43857

Files:
  packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py
  packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_threads/main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43857.136361.patch
Type: text/x-patch
Size: 8378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180228/2eff73c5/attachment.bin>


More information about the lldb-commits mailing list