[Lldb-commits] [PATCH] D70277: [Signal] Allow llvm clients to opt into one-shot SIGPIPE handling

Vedant Kumar via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 15 11:25:56 PST 2019


vsk updated this revision to Diff 229601.
vsk edited the summary of this revision.
vsk added a comment.

- Preserve the current behavior w.r.t SIGPIPE for all llvm-derived tools except lldb.
- Document the trickiness re: registering a SIGPIPE handler before llvm sets up its signal handlers.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70277/new/

https://reviews.llvm.org/D70277

Files:
  lldb/tools/driver/Driver.cpp
  lldb/tools/lldb-server/lldb-server.cpp
  llvm/include/llvm/Support/InitLLVM.h
  llvm/include/llvm/Support/Signals.h
  llvm/lib/Support/InitLLVM.cpp
  llvm/lib/Support/Unix/Signals.inc
  llvm/lib/Support/Windows/Signals.inc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70277.229601.patch
Type: text/x-patch
Size: 8564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191115/5ae66873/attachment-0001.bin>


More information about the lldb-commits mailing list