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

Issue 1533183002: win: Capture some memory pointed at by context (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : typo #

Total comments: 6

Patch Set 4 : fixes #

Patch Set 5 : docs #

Total comments: 4

Patch Set 6 : ignore top of range #

Patch Set 7 : rebase #

Patch Set 8 : mac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -6 lines) Patch
M handler/win/crashy_test_program.cc View 1 2 3 4 5 6 3 chunks +12 lines, -0 lines 0 comments Download
M minidump/minidump_exception_writer.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M minidump/minidump_file_writer.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M snapshot/exception_snapshot.h View 2 chunks +11 lines, -0 lines 0 comments Download
M snapshot/mac/exception_snapshot_mac.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M snapshot/mac/exception_snapshot_mac.cc View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download
M snapshot/snapshot.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M snapshot/test/test_exception_snapshot.h View 1 2 3 4 5 6 4 chunks +7 lines, -0 lines 0 comments Download
M snapshot/test/test_exception_snapshot.cc View 1 chunk +7 lines, -0 lines 0 comments Download
A snapshot/win/capture_context_memory.h View 1 2 3 4 1 chunk +43 lines, -0 lines 0 comments Download
A snapshot/win/capture_context_memory.cc View 1 2 3 4 5 1 chunk +103 lines, -0 lines 0 comments Download
M snapshot/win/end_to_end_test.py View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M snapshot/win/exception_snapshot_win.h View 1 2 3 4 5 6 4 chunks +5 lines, -0 lines 0 comments Download
M snapshot/win/exception_snapshot_win.cc View 1 2 3 4 chunks +18 lines, -3 lines 0 comments Download
M snapshot/win/thread_snapshot_win.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M snapshot/win/thread_snapshot_win.cc View 1 2 3 3 chunks +11 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
scottmg
Oops, apparently it helps get things reviewed if I actually mail them out.
4 years, 11 months ago (2016-01-08 18:40:14 UTC) #1
Mark Mentovai
It seems like it might be beneficial for this to happen at a different layer ...
4 years, 11 months ago (2016-01-08 19:20:52 UTC) #2
scottmg
Not sure about making it non-OS-specific. The function with the list of registers could be ...
4 years, 11 months ago (2016-01-08 19:52:02 UTC) #3
Mark Mentovai
LGTM For the OS-neutral thing to work, we’d need snapshot to just expose a “memory ...
4 years, 11 months ago (2016-01-08 22:05:42 UTC) #5
scottmg
https://codereview.chromium.org/1533183002/diff/100001/snapshot/win/capture_context_memory.cc File snapshot/win/capture_context_memory.cc (right): https://codereview.chromium.org/1533183002/diff/100001/snapshot/win/capture_context_memory.cc#newcode28 snapshot/win/capture_context_memory.cc:28: if (address > 0x10000) { On 2016/01/08 22:05:42, Mark ...
4 years, 11 months ago (2016-01-08 22:23:28 UTC) #6
scottmg
4 years, 11 months ago (2016-01-09 01:24:11 UTC) #9
Message was sent while issue was closed.
Committed patchset #8 (id:180001) manually as
5af9c426386dddef758704ca902934c69cebb235 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698