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:
ted.mielczarek
2007-10-19 18:44:51 +00:00
parent f4021f0c68
commit d732add382
2 changed files with 24 additions and 5 deletions

View File

@@ -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.