[Lldb-commits] [PATCH] D67776: Don't stop execution in batch mode when process stops with SIGINT or SIGSTOP
Tatyana Krasnukha via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 25 06:39:43 PDT 2019
tatyana-krasnukha updated this revision to Diff 221744.
tatyana-krasnukha retitled this revision from "Use UnixSignals::ShouldSuppress to filter out signals a process expects" to "Don't stop execution in batch mode when process stops with SIGINT or SIGSTOP".
tatyana-krasnukha edited the summary of this revision.
tatyana-krasnukha added a comment.
Removed using UnixSignals::ShouldSuppress, just check if a signal is either SIGINT or SIGSTOP.
Fixed header of the test.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67776/new/
https://reviews.llvm.org/D67776
Files:
include/lldb/Interpreter/CommandInterpreter.h
include/lldb/Interpreter/CommandReturnObject.h
packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py
source/Commands/CommandObjectProcess.cpp
source/Interpreter/CommandInterpreter.cpp
source/Interpreter/CommandReturnObject.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67776.221744.patch
Type: text/x-patch
Size: 9798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190925/4e679718/attachment-0001.bin>
More information about the lldb-commits
mailing list