[Lldb-commits] [PATCH] D16247: Don't assume that thread 0 is always the main thread
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 19 14:21:11 PST 2016
jingham added a comment.
That would be fine too. Just seems like this is asking to have a miswritten test that accidentally stops at two hits of the breakpoint but you didn't notice because MOST of the time, the right thread was first, which would lead to an odd flakey test.
http://reviews.llvm.org/D16247
More information about the lldb-commits
mailing list