labath added a comment. Actually, on second thought (:D) do we even need a per-process flag for this?
Turning off non-stop should stop _all_ processes, so instead of checking whether there are any processes with the 'stopping-due-to-qnonstop` flag around, couldn't we just check if we have any unstopped processes altogether? (This will require a global `qnonstop-in-progress` flag, but that's still better than a per-process flag.) CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128893/new/ https://reviews.llvm.org/D128893 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits