[Lldb-commits] [PATCH] D43857: Speed up TestWatchpointMultipleThreads
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 28 10:56:38 PST 2018
labath added a comment.
That's a good point. I think that at least TestConcurrentEvents do it that way, but they are testing a different thing. I think it makes sense to test both things here actually. I'll create one test which sets the watchpoint before thread creation and one after.
BTW, do you think there's any value in having three threads running around here? I think the test would be more obvious (and deterministic) if we had just one thread tripping the watchpoint.
https://reviews.llvm.org/D43857
More information about the lldb-commits
mailing list