Fix minidump generation from exception. Committed: https://code.google.com/p/google-breakpad/source/detail?r=1169
The minidump generated for an exception was wrong. The only reason some stacks were generated was because the unwinding was using stack scanning.
LGTM