]> granicus.if.org Git - llvm/commit
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)
commit5a83851b8250a685cb4bb34f6d743bc87dd9ff95
treeb09d10442f09ece0c0f953feb6c4e7e99135d5ea
parentdb52ae47060509081a8a08c0c7e82fc10b5bf7e8
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375239 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/BinaryFormat/Minidump.h
include/llvm/Object/Minidump.h
unittests/Object/MinidumpTest.cpp