mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-06 06:28:15 +01:00
Fix for issues 296, 297. Various symbol supplier classes need to be updated with new overload('make check' was failing, as well as crash_report), and remove logging that was flooding output
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@318 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
02c244f1b2
commit
2ad976ef0b
7 changed files with 88 additions and 11 deletions
|
|
@ -107,9 +107,9 @@ class SimpleSymbolSupplier : public SymbolSupplier {
|
|||
string *symbol_file);
|
||||
|
||||
virtual SymbolResult GetSymbolFile(const CodeModule *module,
|
||||
const SystemInfo *system_info,
|
||||
string *symbol_file,
|
||||
string *symbol_data) { assert(0); }
|
||||
const SystemInfo *system_info,
|
||||
string *symbol_file,
|
||||
string *symbol_data);
|
||||
protected:
|
||||
SymbolResult GetSymbolFileAtPathFromRoot(const CodeModule *module,
|
||||
const SystemInfo *system_info,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue