[PATCH] D14022: Add automatic Windows Minidump support for tools crashes

Greg Bedwell via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 09:22:54 PDT 2016


gbedwell added a comment.

Hi,

Just a quick update.  I'm continuing to work on this.  So far I've addressed the majority of comments locally, but as has sadly been the continuing story of the last few months, other commitments cropping up are meaning that I've had much less time than I'd hoped to actually just sit down in front of an editor and work on LLVM.  Currently I'm in the depths of path handling trying to reconcile the half of the existing code that seems to assume char, with the rest that deals with wchar_t paths.  I'm going to be out of the office next week, so if there is a pressing need to move forward on this or http://reviews.llvm.org/D18216 I'm happy for that to happen in the meantime and I'll expand on that with a subsequent patch to fill in anything missing such as the Windows registry handling side here, otherwise I'll resume this as soon as I'm back at my desk!

Thanks
-Greg


http://reviews.llvm.org/D14022





More information about the llvm-commits mailing list