diff options
author | Joseph Tremoulet <jotrem@microsoft.com> | 2019-10-18 15:02:16 +0000 |
---|---|---|
committer | Joseph Tremoulet <jotrem@microsoft.com> | 2019-10-18 15:02:16 +0000 |
commit | 77460d3888c56a6ed8184783388ed109590ee199 (patch) | |
tree | 1b7edabdf565146724182dc281b0f19974aadfbf /lldb/packages/Python/lldbsuite/test/commands/command/source/my.py | |
parent | d094d97d02232f3c7c5b3b792760cedb5ccac25b (diff) | |
download | bcm5719-llvm-77460d3888c56a6ed8184783388ed109590ee199.tar.gz bcm5719-llvm-77460d3888c56a6ed8184783388ed109590ee199.zip |
ProcessMinidump: Suppress reporting stop for signal '0'
Summary:
The minidump exception stream can report an exception record with
signal 0. If we try to create a stop reason with signal zero, processing
of the stop event won't find anything, and the debugger will hang.
So, simply early-out of RefreshStateAfterStop in this case.
Also set the UnixSignals object in DoLoadCore as is done for
ProcessElfCore.
Reviewers: labath, clayborg, jfb
Reviewed By: labath, clayborg
Subscribers: dexonsmith, lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D68096
llvm-svn: 375244
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/source/my.py')
0 files changed, 0 insertions, 0 deletions