vsk planned changes to this revision. vsk marked an inline comment as done. vsk added inline comments.
================ Comment at: lldb/tools/driver/Driver.cpp:864 + // in LLDB leaves behind temporary objects). + llvm::sys::SetExitOnFailedPipeWrite(/*ExitOnFailedWrite=*/false); + ---------------- jfb wrote: > Could this instead pass a lambda, like other signal handlers? So sigpipe > would call any user-specified lambda, and by default would instead call exit. Ah, sure. That would make things a bit more customizable. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69148/new/ https://reviews.llvm.org/D69148 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits