[all-commits] [llvm/llvm-project] d0bd3f: Revert "Disable exit-on-SIGPIPE in lldb"
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Thu Oct 24 13:19:58 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d0bd3fc88be54c4e11f49cfa31e427700bb1e9af
https://github.com/llvm/llvm-project/commit/d0bd3fc88be54c4e11f49cfa31e427700bb1e9af
Author: Vedant Kumar <vsk at apple.com>
Date: 2019-10-24 (Thu, 24 Oct 2019)
Changed paths:
M lldb/tools/driver/Driver.cpp
M llvm/include/llvm/Support/Signals.h
M llvm/lib/Support/Unix/Signals.inc
M llvm/lib/Support/Windows/Signals.inc
M llvm/unittests/Support/CMakeLists.txt
R llvm/unittests/Support/SignalsTest.cpp
Log Message:
-----------
Revert "Disable exit-on-SIGPIPE in lldb"
This reverts commit 32ce14e55e5a99dd99c3b4fd4bd0ccaaf2948c30.
In post-commit review, Pavel pointed out that there's a simpler way to
ignore SIGPIPE in lldb that doesn't rely on llvm's handlers.
More information about the All-commits
mailing list