I am using Google Breakpad to generate crash dumps for my windows application when it crashes.
My application mixes C++ native code with C# CLR code. The dumps that breakpad produces don't include any CLR information.
Is it possible to turn CLR dump on with Breakpad? What APIs are necessary to create CLR dumps?