Re: [lldb-dev] Introductions

2016-07-21 Thread Adrian McCarthy via lldb-dev
Cool. Welcome! I expect that's very do-able (and it was something on my to-do list, eventually). 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 p

[lldb-dev] Introductions

2016-07-21 Thread Pavel Labath via lldb-dev
Hello everyone, I'd like to introduce Dimitar. He will be with us as an intern for the next few months and will be looking into adding minidump support for platforms other than windows. Basically, we'd like to add a new process plugin which does not depend on native windows api's to parse the mini