Change the default handling for SIGPIPE to pass/,no-stop/no-notify.
authorJim Ingham <jingham@apple.com>
Fri, 12 Oct 2018 21:27:49 +0000 (21:27 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 12 Oct 2018 21:27:49 +0000 (21:27 +0000)
commit16aec506aefc8b221648e6c547117b064a97e215
tree805e6d7a49df0dcf59e0fb664fba2d3c22166e51
parentdb49965a6b5c64eba627f103a77c9a1b54d25e72
Change the default handling for SIGPIPE to pass/,no-stop/no-notify.

Most of the time SIGPIPE is just annoying, and so we should
pass it on silently it by default.

<rdar://problem/39359145>

llvm-svn: 344418
lldb/source/Target/UnixSignals.cpp