This revision was automatically updated to reflect the committed changes.
Closed by commit rL247537: Switch default disposition of realtime signals
(authored by labath).
Changed prior to commit:
http://reviews.llvm.org/D12795?vs=34534&id=34661#toc
Repository:
rL LLVM
http://reviews.llvm.org
sas added a subscriber: sas.
sas accepted this revision.
sas added a reviewer: sas.
sas added a comment.
Nice. I remember having similar issues with google-perftools delivering a bunch
of SIGPROFs.
http://reviews.llvm.org/D12795
___
lldb-commits ma
ovyalov accepted this revision.
ovyalov added a comment.
This revision is now accepted and ready to land.
LGTM
http://reviews.llvm.org/D12795
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/ll
labath created this revision.
labath added reviewers: ovyalov, emaste.
labath added a subscriber: lldb-commits.
Herald added a subscriber: emaste.
Realtime signals generally do not represent an error condition in an
application but are more
like a regular means of IPC. As such, we shouldn't inter