[Lldb-commits] [PATCH] D23545: Minidump parsing

Dimitar Vlahovski via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 18 10:10:18 PDT 2016


dvlahovski added a comment.

In https://reviews.llvm.org/D23545#516808, @amccarth wrote:

> Are we putting this code in the right place?  I wouldn't expect minidump parsing to fall under Plugins/Process.
>
> I assume the eventual intent is to turn the Windows-specific code into a user of your new code?  I look forward to seeing that happen.


My idea was that the new plugin will live in Plugins/Process/minidump.
Do you have a suggestion where the parsing code to be, if not in the same directory?


https://reviews.llvm.org/D23545





More information about the lldb-commits mailing list