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

Issue 1352323002: win: Make reading NT_IMAGE_HEADERS work cross-bitness (Closed)

Created:
5 years, 3 months ago by scottmg
Modified:
5 years, 3 months ago
Reviewers:
Mark Mentovai
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@cleanup-crashpad-info
Target Ref:
refs/heads/master
Project:
crashpad
Visibility:
Public.

Description

win: Make reading NT_IMAGE_HEADERS work cross-bitness Factor out some test launching code used in cross-bitness tests. R=mark@chromium.org BUG=crashpad:50 Committed: https://chromium.googlesource.com/crashpad/crashpad/+/4a34a3dd896675cdc101bf21679e8ed38de63472

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Total comments: 21

Patch Set 7 : fixes #

Total comments: 6

Patch Set 8 : fixes2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+397 lines, -134 lines) Patch
M snapshot/snapshot_test.gyp View 1 2 3 3 chunks +27 lines, -0 lines 0 comments Download
M snapshot/win/crashpad_snapshot_test_crashing_child.cc View 1 2 3 4 5 6 7 2 chunks +1 line, -3 lines 0 comments Download
A + snapshot/win/crashpad_snapshot_test_image_reader.cc View 1 2 3 4 5 6 7 1 chunk +11 lines, -16 lines 0 comments Download
A + snapshot/win/crashpad_snapshot_test_image_reader_module.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M snapshot/win/exception_snapshot_win_test.cc View 1 2 2 chunks +7 lines, -37 lines 0 comments Download
M snapshot/win/module_snapshot_win.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M snapshot/win/pe_image_reader.h View 1 2 1 chunk +13 lines, -2 lines 0 comments Download
M snapshot/win/pe_image_reader.cc View 1 2 6 chunks +28 lines, -9 lines 0 comments Download
A snapshot/win/process_snapshot_win_test.cc View 1 2 3 4 5 6 1 chunk +107 lines, -0 lines 0 comments Download
M test/multiprocess_exec_win.cc View 1 2 3 4 5 6 1 chunk +1 line, -38 lines 0 comments Download
M test/test.gyp View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A test/win/child_launcher.h View 1 2 3 4 5 6 1 chunk +71 lines, -0 lines 0 comments Download
A test/win/child_launcher.cc View 1 2 3 4 5 6 1 chunk +114 lines, -0 lines 0 comments Download
M util/win/process_info_test.cc View 1 2 3 4 5 6 3 chunks +8 lines, -26 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
scottmg
5 years, 3 months ago (2015-09-19 01:38:26 UTC) #1
Mark Mentovai
https://codereview.chromium.org/1352323002/diff/90014/snapshot/win/crashpad_snapshot_test_image_reader_module.cc File snapshot/win/crashpad_snapshot_test_image_reader_module.cc (right): https://codereview.chromium.org/1352323002/diff/90014/snapshot/win/crashpad_snapshot_test_image_reader_module.cc#newcode17 snapshot/win/crashpad_snapshot_test_image_reader_module.cc:17: #include "client/crashpad_info.h" Do you need this? https://codereview.chromium.org/1352323002/diff/90014/snapshot/win/module_snapshot_win.h File snapshot/win/module_snapshot_win.h ...
5 years, 3 months ago (2015-09-19 03:02:47 UTC) #2
scottmg
Thanks https://codereview.chromium.org/1352323002/diff/90014/snapshot/win/crashpad_snapshot_test_image_reader_module.cc File snapshot/win/crashpad_snapshot_test_image_reader_module.cc (right): https://codereview.chromium.org/1352323002/diff/90014/snapshot/win/crashpad_snapshot_test_image_reader_module.cc#newcode17 snapshot/win/crashpad_snapshot_test_image_reader_module.cc:17: #include "client/crashpad_info.h" On 2015/09/19 03:02:47, Mark Mentovai - ...
5 years, 3 months ago (2015-09-19 04:24:42 UTC) #3
Mark Mentovai
LGTM https://codereview.chromium.org/1352323002/diff/90014/snapshot/win/process_snapshot_win_test.cc File snapshot/win/process_snapshot_win_test.cc (right): https://codereview.chromium.org/1352323002/diff/90014/snapshot/win/process_snapshot_win_test.cc#newcode39 snapshot/win/process_snapshot_win_test.cc:39: CreateEvent(nullptr, true, false, done_uuid.ToString16().c_str())); scottmg wrote: > On ...
5 years, 3 months ago (2015-09-19 19:20:27 UTC) #4
scottmg
https://codereview.chromium.org/1352323002/diff/110001/snapshot/win/crashpad_snapshot_test_crashing_child.cc File snapshot/win/crashpad_snapshot_test_crashing_child.cc (right): https://codereview.chromium.org/1352323002/diff/110001/snapshot/win/crashpad_snapshot_test_crashing_child.cc#newcode34 snapshot/win/crashpad_snapshot_test_crashing_child.cc:34: CHECK_NE(out, INVALID_HANDLE_VALUE); On 2015/09/19 19:20:27, Mark Mentovai - August ...
5 years, 3 months ago (2015-09-20 18:16:26 UTC) #5
scottmg
5 years, 3 months ago (2015-09-20 18:16:37 UTC) #6
Message was sent while issue was closed.
Committed patchset #8 (id:120015) manually as
4a34a3dd896675cdc101bf21679e8ed38de63472 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698