Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Issue 535343004: Add MachOImageReader and its test (Closed)

Created:
6 years, 3 months ago by Mark Mentovai
Modified:
6 years, 3 months ago
Reviewers:
Robert Sesek
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Project:
crashpad
Visibility:
Public.

Description

Add MachOImageReader and its test, which also tests MachOImageSegmentReader. TEST=util_test MachOImageReader.* R=rsesek@chromium.org Committed: https://chromium.googlesource.com/crashpad/crashpad/+/4f74716f6df9464383db75ab97aa216d08cca6b9

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address review feedback #

Patch Set 3 : Minor comment updates #

Total comments: 1

Patch Set 4 : Address review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1408 lines, -5 lines) Patch
A util/mac/mach_o_image_reader.h View 1 2 3 1 chunk +279 lines, -0 lines 0 comments Download
A util/mac/mach_o_image_reader.cc View 1 2 1 chunk +580 lines, -0 lines 0 comments Download
A util/mac/mach_o_image_reader_test.cc View 1 1 chunk +448 lines, -0 lines 0 comments Download
M util/mac/mach_o_image_segment_reader.h View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M util/mac/mach_o_image_segment_reader.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M util/mac/process_types_test.cc View 1 1 chunk +1 line, -5 lines 0 comments Download
M util/misc/uuid.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M util/misc/uuid.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M util/misc/uuid_test.cc View 1 2 chunks +36 lines, -0 lines 0 comments Download
A util/test/mac/dyld.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
M util/util.gyp View 1 3 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Mark Mentovai
6 years, 3 months ago (2014-09-03 22:22:31 UTC) #2
Robert Sesek
https://codereview.chromium.org/535343004/diff/1/util/mac/mach_o_image_reader.cc File util/mac/mach_o_image_reader.cc (right): https://codereview.chromium.org/535343004/diff/1/util/mac/mach_o_image_reader.cc#newcode187 util/mac/mach_o_image_reader.cc:187: kLoadCommandAddressLimit) { nit: indent +4 https://codereview.chromium.org/535343004/diff/1/util/mac/mach_o_image_reader.cc#newcode209 util/mac/mach_o_image_reader.cc:209: kLoadCommandAddressLimit) { ...
6 years, 3 months ago (2014-09-04 13:18:42 UTC) #3
Mark Mentovai
Thanks for the review, I know this one was longer than we’ve been aiming for.
6 years, 3 months ago (2014-09-04 14:32:01 UTC) #4
Robert Sesek
LGTM https://codereview.chromium.org/535343004/diff/40001/util/mac/mach_o_image_reader.h File util/mac/mach_o_image_reader.h (right): https://codereview.chromium.org/535343004/diff/40001/util/mac/mach_o_image_reader.h#newcode262 util/mac/mach_o_image_reader.h:262: struct UUID uuid_; struct UUID here, too.
6 years, 3 months ago (2014-09-04 14:38:17 UTC) #5
Mark Mentovai
6 years, 3 months ago (2014-09-04 15:45:47 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as 4f74716 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698