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

Issue 539263003: Add MachOImageSymbolTableReader and hook it up to MachOImageReader (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 MachOImageSymbolTableReader and hook it up to MachOImageReader. TEST=util_test MachOImageReader.* R=rsesek@chromium.org Committed: https://chromium.googlesource.com/crashpad/crashpad/+/2cae118b606cbc8cacfb09dfb0eee39457d2f380

Patch Set 1 #

Patch Set 2 : Fix 32-bit x86 #

Total comments: 13

Patch Set 3 : Address review feedback #

Patch Set 4 : Address review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+960 lines, -135 lines) Patch
M util/mac/mach_o_image_reader.h View 1 2 7 chunks +86 lines, -23 lines 0 comments Download
M util/mac/mach_o_image_reader.cc View 1 2 10 chunks +142 lines, -51 lines 0 comments Download
M util/mac/mach_o_image_reader_test.cc View 1 2 3 21 chunks +232 lines, -49 lines 0 comments Download
M util/mac/mach_o_image_segment_reader.h View 1 2 8 chunks +57 lines, -7 lines 0 comments Download
M util/mac/mach_o_image_segment_reader.cc View 1 2 4 chunks +39 lines, -5 lines 0 comments Download
A util/mac/mach_o_image_symbol_table_reader.h View 1 2 1 chunk +135 lines, -0 lines 0 comments Download
A util/mac/mach_o_image_symbol_table_reader.cc View 1 2 1 chunk +267 lines, -0 lines 0 comments Download
M util/util.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Mark Mentovai
6 years, 3 months ago (2014-09-04 20:43:46 UTC) #2
Robert Sesek
Nifty! https://codereview.chromium.org/539263003/diff/20001/util/mac/mach_o_image_reader.h File util/mac/mach_o_image_reader.h (right): https://codereview.chromium.org/539263003/diff/20001/util/mac/mach_o_image_reader.h#newcode167 util/mac/mach_o_image_reader.h:167: //! This parameter can be `NULL`. Ownership/lifetime? https://codereview.chromium.org/539263003/diff/20001/util/mac/mach_o_image_reader.h#newcode201 ...
6 years, 3 months ago (2014-09-05 19:04:17 UTC) #3
Mark Mentovai
Revised. All feedback addressed. https://codereview.chromium.org/539263003/diff/20001/util/mac/mach_o_image_reader.h File util/mac/mach_o_image_reader.h (right): https://codereview.chromium.org/539263003/diff/20001/util/mac/mach_o_image_reader.h#newcode339 util/mac/mach_o_image_reader.h:339: // symbol_table_initialized_ protects symbol_table_: symbol_table_ ...
6 years, 3 months ago (2014-09-05 20:22:32 UTC) #5
Robert Sesek
LGTM https://codereview.chromium.org/539263003/diff/20001/util/mac/mach_o_image_reader_test.cc File util/mac/mach_o_image_reader_test.cc (right): https://codereview.chromium.org/539263003/diff/20001/util/mac/mach_o_image_reader_test.cc#newcode430 util/mac/mach_o_image_reader_test.cc:430: const char* commands_base = reinterpret_cast<const char*>(&expect_image[1]); On 2014/09/05 ...
6 years, 3 months ago (2014-09-05 20:41:31 UTC) #6
Mark Mentovai
6 years, 3 months ago (2014-09-05 20:53:32 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:50009) manually as 2cae118 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698