[Lldb-commits] [PATCH] D67776: Use UnixSignals::ShouldSuppress to filter out signals a process expects
Tatyana Krasnukha via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 19 15:33:43 PDT 2019
tatyana-krasnukha created this revision.
tatyana-krasnukha added reviewers: JDevlieghere, jingham.
tatyana-krasnukha added a project: LLDB.
Herald added a subscriber: lldb-commits.
Usually, SIGTARP, SIGINT and SIGSTOP don't imply a crash. Rely on process signals' ShouldSuppress to filter such kind of signals out.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D67776
Files:
include/lldb/Interpreter/CommandInterpreter.h
include/lldb/Interpreter/CommandReturnObject.h
source/Commands/CommandObjectProcess.cpp
source/Interpreter/CommandInterpreter.cpp
source/Interpreter/CommandReturnObject.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67776.220913.patch
Type: text/x-patch
Size: 7880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190919/a4f09500/attachment-0001.bin>
More information about the lldb-commits
mailing list