Robert Sesek
b88fde0b56
Add the AnnotationSnapshot object and attach it to ModuleSnapshot.
...
The AnnotationSnapshot is the handler-side of the Annotation object,
which will store the annotation data when read by a ProcessReader.
Bug: crashpad:192
Change-Id: Ic65c95022c452522678c1070c27c429dd631fb64
Reviewed-on: https://chromium-review.googlesource.com/717197
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
2017-10-31 18:24:41 +00:00
Mark Mentovai
419f25eac8
Remove PointerVector<> and replace with std::vector<std::unique_ptr<>>
...
As mentioned at
https://chromium-review.googlesource.com/c/crashpad/crashpad/+/721978/13/tools/crashpad_http_upload.cc#90
Change-Id: I4820346cc0b0bf26633e1de598c884af8af19983
Reviewed-on: https://chromium-review.googlesource.com/724744
Commit-Queue: Mark Mentovai <mark@chromium.org>
Reviewed-by: Joshua Peraza <jperaza@chromium.org>
2017-10-19 04:53:36 +00:00
Scott Graham
c307f94f19
Support custom streams in the minidump
...
BUG=crashpad:95
Change-Id: Iee956906651dfd56e0ae3d2bcec82daabdc97067
Reviewed-on: https://chromium-review.googlesource.com/329733
Reviewed-by: Mark Mentovai <mark@chromium.org>
2016-03-02 17:39:34 +00:00
Scott Graham
7217cc0a8f
Support client-specified extra memory ranges
...
Change-Id: I378e2513a4894fb1548445b660bb3db86e281572
Reviewed-on: https://chromium-review.googlesource.com/329564
Reviewed-by: Robert Sesek <rsesek@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
2016-02-29 22:16:13 +00:00
Scott Graham
3ee9d891d9
win: Plumb module PDB name through snapshot
...
R=mark@chromium.org
BUG=chromium:546288
Review URL: https://codereview.chromium.org/1415543003 .
2015-10-29 10:48:23 -07:00
Scott Graham
a96f5ace5b
Capture UUID age field on Windows
...
R=mark@chromium.org
BUG=chromium:546288
Review URL: https://codereview.chromium.org/1418613013 .
2015-10-27 13:06:58 -07:00
Mark Mentovai
765e428321
minidump: Add InitializeFromSnapshot() for
...
MinidumpModuleCrashpadInfoListWriter and everything downstream.
TEST=minidump_test
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/683143003
2014-10-28 17:00:46 -04:00