dvlahovski added a comment.

I'm thinking of doing the following approach regarding the plugin 
implementation:
Start writing a new plugin "from scratch", which will be inspired strongly by 
ProcessWinMiniDump and also borrowing stuff from ProcessElfCore.
Also my plan is to make a single cross-platform Minidump plugin. At least for 
now I think that there aren't so many differences between Minidumps
generated on different platforms. (If the code gets messy probably a separate 
plugin for each platform is better.)
Also I think that I could reuse the Windows Minidump tests by pointing them to 
the new plugin and see if we
have at least the same (working) functionality.


https://reviews.llvm.org/D23545



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to