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

Issue 244001: Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumps (Closed)

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

Description

Apparentlhy my test coverage wasn't thorough enough, and WriteExceptionStream
didn't work for cross-architecture dumping. The real useful changes here are in
minidump_generator.cc and crash_generation_server.h, the rest of the patch is
just test changes.

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/mac/Breakpad.xcodeproj/project.pbxproj View 5 chunks +39 lines, -0 lines 0 comments Download
M src/client/mac/crash_generation/crash_generation_client.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/client/mac/crash_generation/crash_generation_server.h View 2 chunks +5 lines, -3 lines 0 comments Download
M src/client/mac/handler/minidump_generator.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M src/client/mac/tests/crash_generation_server_test.cc View 2 chunks +123 lines, -1 line 0 comments Download
M src/client/mac/tests/minidump_generator_test.cc View 3 chunks +2 lines, -92 lines 0 comments Download
M src/client/mac/tests/minidump_generator_test_helper.cc View 1 chunk +25 lines, -14 lines 0 comments Download
A src/client/mac/tests/spawn_child_process.h View 1 chunk +148 lines, -0 lines 3 comments Download

Messages

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

http://breakpad.appspot.com/244001/diff/1/9
File src/client/mac/tests/spawn_child_process.h (right):

http://breakpad.appspot.com/244001/diff/1/9#newcode32
Line 32: #ifndef GOOGLE_BREAKPAD_CLIENT_MAC_TESTS_SPAWN_CHILD_PROCESS
Blank line before.

http://breakpad.appspot.com/244001/diff/1/9#newcode63
Line 63: #error "This test has not been ported to this CPU architecture."
This isn’t a test.

http://breakpad.appspot.com/244001/diff/1/9#newcode75
Line 75: #error "This test has not been ported to this CPU architecture."
And again.
Sign in to reply to this message.

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