mirror of
https://github.com/yuzu-mirror/breakpad.git
synced 2025-12-06 04:42:01 +01:00
caller-implemented SymbolSupplier object to get a symbol file. Add a CrashReportProcessor object which provides a simple API for processing a CrashReport struct, given a SymbolSupplier and a minidump file. r=mmentovai (#17)) git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@18 4c0a9323-5329-0410-9bdc-e9ce6186880e |
||
|---|---|---|
| .. | ||
| minidump1.dmp | ||
| minidump1.out | ||
| minidump1.stack.out | ||
| minidump2.dmp | ||
| minidump2.sym | ||
| module1.out | ||
| module2.out | ||
| module3_bad.out | ||
| test_app.cc | ||