Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(26)

Issue 319001: Allow to retrieve id of a module from memory instead of going to disk for iOS. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years ago by qsr
Modified:
13 years ago
Reviewers:
Mark Mentovai
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

 Allow to retrieve id of a module from memory instead of going to disk for iOS.

 Allow macho_id and macho_walker to read data from memory.
 Wire up this when reading module on iOS.

Patch Set 1 #

Total comments: 12

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/mac/handler/minidump_generator.cc View 1 5 chunks +23 lines, -5 lines 0 comments Download
M src/client/mac/handler/minidump_generator.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/common/mac/macho_id.cc View 1 4 chunks +27 lines, -14 lines 0 comments Download
M src/common/mac/macho_id.h View 1 3 chunks +11 lines, -4 lines 0 comments Download
M src/common/mac/macho_walker.cc View 1 3 chunks +27 lines, -1 line 1 comment Download
M src/common/mac/macho_walker.h View 1 3 chunks +12 lines, -5 lines 0 comments Download

Messages

Total messages: 4
qsr
13 years ago #1
Mark Mentovai
http://breakpad.appspot.com/319001/diff/1/2 File src/client/mac/handler/minidump_generator.cc (right): http://breakpad.appspot.com/319001/diff/1/2#newcode1253 Line 1253: // in_memory = false; Remove this, it looks ...
13 years ago #2
qsr
PTAL http://breakpad.appspot.com/319001/diff/1/2 File src/client/mac/handler/minidump_generator.cc (right): http://breakpad.appspot.com/319001/diff/1/2#newcode1253 Line 1253: // in_memory = false; On 2011/10/20 13:45:51, ...
13 years ago #3
Mark Mentovai
13 years ago #4
LG otherwise.

http://breakpad.appspot.com/319001/diff/3004/4005
File src/common/mac/macho_walker.cc (right):

http://breakpad.appspot.com/319001/diff/3004/4005#newcode113
Line 113: if (size < 0)
I think this is ineffective, because size is a size_t, which is unsigned. You
can probably just get rid of this. I’m surprised the compiler didn’t complain. I
guess this warning is only enabled with -Wextra with GCC. Clang warns about it
more readily.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted