[PATCH] D18216: [Support] Creation of minidump after compiler crash on Windows

Leny Kholodov via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 11:24:01 PDT 2016


lenykholodov created this revision.
lenykholodov added reviewers: rnk, Bigcheese.
lenykholodov added a subscriber: llvm-commits.
lenykholodov set the repository for this revision to rL LLVM.

In the current implementation compiler only prints stack trace to console after crash. This patch adds saving of minidump files which contain a useful subset of the information for further debugging.

Repository:
  rL LLVM

http://reviews.llvm.org/D18216

Files:
  lib/Support/Windows/Signals.inc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18216.50839.patch
Type: text/x-patch
Size: 4610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160316/77afb98b/attachment.bin>


More information about the llvm-commits mailing list