teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/postmortem
Joseph Tremoulet 77460d3888 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
2019-10-18 15:02:16 +00:00
..
elf-core Fix ELF core file memory reading for PT_LOAD program headers with no p_filesz 2019-09-09 21:45:49 +00:00
mach-core [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +00:00
minidump Add REQUIRES: x86 to more tests which need the x86 llvm target built 2019-10-18 13:49:40 +00:00
minidump-new ProcessMinidump: Suppress reporting stop for signal '0' 2019-10-18 15:02:16 +00:00
netbsd-core [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +00:00
wow64_minidump