[Lldb-commits] [PATCH] D25196: Adding a new Minidump post-mortem debugging plugin

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 3 11:11:07 PDT 2016


amccarth added a comment.

I was hoping that, with your new mini dump parser, you'd be able to eliminate the need for the Windows-specific minidump process plugin.

When I wrote the Windows mini dump plugin, I tried to isolate the Windows API-specific bits using the pimpl idiom.  Now that you've written a mini dump parser, we shouldn't need the Windows API calls, and nearly all the rest of the code should be shareable between Windows and Linux.  Is there a plan to eliminate this redundancy and merge this new mini dump process plugin with the Windows-specific one?


https://reviews.llvm.org/D25196





More information about the lldb-commits mailing list