[Lldb-commits] [PATCH] D68096: ProcessMinidump: Suppress reporting stop for signal '0'
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 10 14:15:05 PDT 2019
clayborg added a comment.
We should add a test that has no exception info and verify we get a stopped process if we don't already have a test like this. LLDB doesn't like it when there is no stop reason and might try to resume the process and might not print out the stop and backtrace?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68096/new/
https://reviews.llvm.org/D68096
More information about the lldb-commits
mailing list