Issue 184 - MinidumpModule::code_identifier doesn't handle MD_OS_LINUX. r=mento

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@179 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek 2007-05-29 21:30:48 +00:00
parent 6ed453a770
commit 0e94332f7c

View File

@ -1308,7 +1308,8 @@ string MinidumpModule::code_identifier() const {
break; break;
} }
case MD_OS_MAC_OS_X: { case MD_OS_MAC_OS_X:
case MD_OS_LINUX: {
// TODO(mmentovai): support uuid extension if present, otherwise fall // TODO(mmentovai): support uuid extension if present, otherwise fall
// back to version (from LC_ID_DYLIB?), otherwise fall back to something // back to version (from LC_ID_DYLIB?), otherwise fall back to something
// else. // else.