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

Issue 932153003: Add ProcessSnapshotMinidump, the beginning of the minidump variant of the Snapshot family (Closed)

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

Description

Add ProcessSnapshotMinidump, the beginning of the minidump variant of the Snapshot family. For the time being, only ProcessSnapshotMinidump::AnnotationsSimpleMap() is implemented. In order to complete the initial uploader for Crashpad, ModuleSnapshotMinidump::AnnotationsSimpleMap() is also needed, to be accessed by ProcessSnapshotMinidump::Modules(). TEST=snapshot_test ProcessSnapshotMinidump.* R=rsesek@chromium.org Committed: https://chromium.googlesource.com/crashpad/crashpad/+/40b931bd8eabbe1f2d71ef6f885076cb74632ed6

Patch Set 1 #

Total comments: 5

Patch Set 2 : Fix MSVC #

Patch Set 3 : Fix MSVC #

Patch Set 4 : Fix MSVC #

Patch Set 5 : Address review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+645 lines, -0 lines) Patch
M snapshot/mac/process_snapshot_mac.cc View 1 chunk +1 line, -0 lines 0 comments Download
A snapshot/minidump/minidump_simple_string_dictionary_reader.h View 1 2 3 4 1 chunk +44 lines, -0 lines 0 comments Download
A snapshot/minidump/minidump_simple_string_dictionary_reader.cc View 1 2 3 4 1 chunk +89 lines, -0 lines 0 comments Download
A snapshot/minidump/minidump_string_reader.h View 1 chunk +40 lines, -0 lines 0 comments Download
A snapshot/minidump/minidump_string_reader.cc View 1 2 3 4 1 chunk +50 lines, -0 lines 0 comments Download
A snapshot/minidump/process_snapshot_minidump.h View 1 chunk +85 lines, -0 lines 0 comments Download
A snapshot/minidump/process_snapshot_minidump.cc View 1 2 3 4 1 chunk +189 lines, -0 lines 0 comments Download
A snapshot/minidump/process_snapshot_minidump_test.cc View 1 2 3 4 1 chunk +140 lines, -0 lines 0 comments Download
M snapshot/snapshot.gyp View 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Mark Mentovai
This depends on https://codereview.chromium.org/913223008/.
5 years, 10 months ago (2015-02-18 22:56:34 UTC) #2
Robert Sesek
https://codereview.chromium.org/932153003/diff/1/snapshot/minidump/minidump_simple_string_dictionary_reader.h File snapshot/minidump/minidump_simple_string_dictionary_reader.h (right): https://codereview.chromium.org/932153003/diff/1/snapshot/minidump/minidump_simple_string_dictionary_reader.h#newcode37 snapshot/minidump/minidump_simple_string_dictionary_reader.h:37: FileReaderInterface* file_reader, Is it worth a note that the ...
5 years, 10 months ago (2015-02-19 15:13:20 UTC) #3
Mark Mentovai
Updated https://codereview.chromium.org/932153003/diff/1/snapshot/minidump/minidump_simple_string_dictionary_reader.h File snapshot/minidump/minidump_simple_string_dictionary_reader.h (right): https://codereview.chromium.org/932153003/diff/1/snapshot/minidump/minidump_simple_string_dictionary_reader.h#newcode37 snapshot/minidump/minidump_simple_string_dictionary_reader.h:37: FileReaderInterface* file_reader, Robert Sesek wrote: > Is it ...
5 years, 10 months ago (2015-02-26 18:43:03 UTC) #5
Robert Sesek
LGTM
5 years, 10 months ago (2015-02-26 19:17:19 UTC) #6
Mark Mentovai
5 years, 10 months ago (2015-02-26 19:43:31 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:100001) manually as
40b931bd8eabbe1f2d71ef6f885076cb74632ed6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698