[Lldb-commits] [lldb] [lldb][Windows] Don't kill lldb when a thread fails to stop (PR #200805)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 1 07:27:55 PDT 2026
charles-zablit wrote:
> I wonder why this was there in the first place.
I've noticed that the Windows code paths are more aggressive when it comes to handling failures in general. I think this was caused to having fewer maintainers. Exiting would make the errors more explicit than if they were hidden in the logs.
https://github.com/llvm/llvm-project/pull/200805
More information about the lldb-commits
mailing list