[Lldb-commits] [PATCH] D49579: Support parsing minidump files that are created by Breakpad.

Mark Mentovai via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 20 11:03:14 PDT 2018


markmentovai added a comment.

I know, that was a mistake.

(Unfortunately, I reviewed it. 11 years ago. And now I feel responsible for all of those malformed minidumps floating around out there.)

If you do need to do this, it seems fine to me, since it’s basically the same exact workaround. If we fix the Breakpad writer up to write minidumps correctly (as Crashpad and dbghelp do), the workaround should go dormant, so it’s no problem from my perspective.


https://reviews.llvm.org/D49579





More information about the lldb-commits mailing list