Another attempt at signed / unsigned int resolution for linux minidump writer.

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@785 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
jessicag.feedback@gmail.com 2011-03-30 21:42:27 +00:00
parent 3b3f0c3f61
commit 23c82999a8
4 changed files with 15 additions and 11 deletions

View file

@ -152,9 +152,10 @@ class LinuxDumper {
void BuildProcPath(char* path, pid_t pid, const char* node) const;
// Generate a File ID from the .text section of a mapped entry.
// mapping_id may be -1 if this is not a member of mappings_.
// If not a member, mapping_id is ignored.
bool ElfFileIdentifierForMapping(const MappingInfo& mapping,
int mapping_id,
bool member,
unsigned int mapping_id,
uint8_t identifier[sizeof(MDGUID)]);
// Utility method to find the location of where the kernel has