[Lldb-commits] [PATCH] D67776: Use UnixSignals::ShouldSuppress to filter out signals a process expects
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 23 12:41:13 PDT 2019
jingham added a comment.
First off, note that this becomes complicated because this patch tied the decision of whether a given stop reason should warrant returning control to the user in lldb's "batch mode", and whether the signal should be passed back to the target. That isn't a necessary binding, and indeed it might be surprising to people to find out that changing the "target handle -p" option changes the behavior of batch mode. So I'm not 100% sure I think these two notions should be tied together.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67776/new/
https://reviews.llvm.org/D67776
More information about the lldb-commits
mailing list