Add ExceptionStream to llvm::Object::minidump
authorJoseph Tremoulet <jotrem@microsoft.com>
Fri, 18 Oct 2019 14:43:15 +0000 (14:43 +0000)
committerJoseph Tremoulet <jotrem@microsoft.com>
Fri, 18 Oct 2019 14:43:15 +0000 (14:43 +0000)
commite44524736c4a97ae4fb37193e58647f838f6d36a
tree759e50f7b8b0cca6e2f834a233f6119caf5cdbac
parent92fea8bb8dffe8f5a7653c9635d409c17b7222eb
Add ExceptionStream to llvm::Object::minidump

Summary:
This will allow updating MinidumpYAML and LLDB to use this common
definition.

Reviewers: labath, jhenderson, clayborg

Reviewed By: labath

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D68656

llvm-svn: 375239
llvm/include/llvm/BinaryFormat/Minidump.h
llvm/include/llvm/Object/Minidump.h
llvm/unittests/Object/MinidumpTest.cpp