[Lldb-commits] [PATCH] D43857: Speed up TestWatchpointMultipleThreads
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 28 11:07:24 PST 2018
jingham added a comment.
Thanks!
While it seems possible somebody could write code that only sets the control registers on one thread and then gets tired and goes out for a beer, that seems like a really unlikely error. I don't think it's worth complicating the test to catch that possibility.
https://reviews.llvm.org/D43857
More information about the lldb-commits
mailing list