mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
I considered writing the CodeView records to the minidump, but I didn't find a ton of docs and debugging is only lightly supported (e.g. http://www.debuginfo.com/articles/gendebuginfo.html#debuggersandformats and it doesn't attempt to load at all on more recent Visual Studios). As we won't be generating symbols in this format, and we don't expect to have symbols for any weird modules that get injected into us in the wild, it seems like we don't lose anything by just ignoring them. R=mark@chromium.org BUG=crashpad:47 Review URL: https://codereview.chromium.org/1430773003 .
Description
Languages
C++
92.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%