aprantl added inline comments.
================ Comment at: lldb/packages/Python/lldbsuite/test/lldbutil.py:781 - test.assertTrue(len(threads) == 1, "Expected 1 thread to stop at breakpoint, %d did."%(len(threads))) + num_threads = len(threads) + if only_one_thread: ---------------- this isn't used in the next condition? Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69453/new/ https://reviews.llvm.org/D69453 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits