Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(143)

Issue 255001: Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 3 months ago by Ted Mielczarek
Modified:
13 years, 3 months ago
Reviewers:
Mark Mentovai
CC:
google-breakpad-dev_googlegroups.com
Visibility:
Public.

Description

I have a Firefox patch that's going to make us write dumps with
MiniDumpWithFullMemoryInfo when possible, so I'd like to make this data avilable
via the processor API for easier analysis. I've modeled the APIs here after the
other classes in minidump.h, let me know if you think there's anything out of
line. We could probably take this further and expose this data to
MinidumpProcessor et. al. if it's present, which might let us make some smarter
decisions about things, but I'm not sure if it's worth it.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/google_breakpad/processor/minidump.h View 2 chunks +71 lines, -0 lines 0 comments Download
M src/processor/minidump.cc View 2 chunks +260 lines, -0 lines 1 comment Download
M src/processor/minidump_dump.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M src/processor/minidump_unittest.cc View 2 chunks +57 lines, -0 lines 0 comments Download

Messages

Total messages: 2
Ted Mielczarek
13 years, 3 months ago #1
Mark Mentovai
13 years, 3 months ago #2
LGTM

http://breakpad.appspot.com/255001/diff/1/3
File src/processor/minidump.cc (right):

http://breakpad.appspot.com/255001/diff/1/3#newcode3441
Line 3441: //
I think for the most part this file uses two blank lines between classes like
here.

3523 too.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted