<div dir="ltr">Cool.  Welcome!<div><br></div><div>I expect that's very do-able (and it was something on my to-do list, eventually).<div><br></div><div>I believe the dump file is relatively trivial.  The Windows API (::MiniDumpReadDumpStream) just returns ranges of the memory mapped dump file.  I think you could essentially implement that API in a portable way and swap it in to the one place in ProcessWinMiniDump that calls it.  Once that's working, you can hoist it of the Windows-specific world and make it available everywhere.</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 21, 2016 at 8:22 AM, Pavel Labath <span dir="ltr"><<a href="mailto:labath@google.com" target="_blank">labath@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everyone,<br>
<br>
I'd like to introduce Dimitar. He will be with us as an intern for the<br>
next few months and will be looking into adding minidump support for<br>
platforms other than windows. Basically, we'd like to add a new<br>
process plugin which does not depend on native windows api's to parse<br>
the minidump structures (at which point we can hopefully remove<br>
ProcessWinMiniDump).<br>
<br>
cheers,<br>
pl<br>
</blockquote></div><br></div>