mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-19 08:42:59 +00:00
Issue 222 - processor fails if an entry in the ModuleList is bad. r=mento
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@225 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -451,6 +451,11 @@ class MinidumpModule : public MinidumpObject,
|
||||
// be read.
|
||||
bool module_valid_;
|
||||
|
||||
// True if debug info was read from the module. Certain modules
|
||||
// may contain debug records in formats we don't support,
|
||||
// so we can just set this to false to ignore them.
|
||||
bool has_debug_info_;
|
||||
|
||||
MDRawModule module_;
|
||||
|
||||
// Cached module name.
|
||||
|
||||
Reference in New Issue
Block a user