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

Issue 307002: Allow minidump generator to generate ARM minidumps (for iOS on a device). (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years ago by qsr
Modified:
13 years ago
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Allow minidump generator to generate ARM minidumps (for iOS on a device).

Patch Set 1 #

Total comments: 16

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/mac/handler/dynamic_images.cc View 1 2 4 chunks +17 lines, -5 lines 0 comments Download
M src/client/mac/handler/dynamic_images.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/client/mac/handler/exception_handler.cc View 1 2 7 chunks +13 lines, -0 lines 0 comments Download
M src/client/mac/handler/exception_handler.h View 1 2 3 chunks +11 lines, -1 line 0 comments Download
M src/client/mac/handler/minidump_generator.cc View 1 2 10 chunks +100 lines, -1 line 0 comments Download
M src/client/mac/handler/minidump_generator.h View 1 2 6 chunks +17 lines, -2 lines 0 comments Download

Messages

Total messages: 9
qsr
13 years ago #1
Mark Mentovai
http://breakpad.appspot.com/307002/diff/1/2 File src/client/mac/handler/dynamic_images.cc (right): http://breakpad.appspot.com/307002/diff/1/2#newcode368 Line 368: static bool HasTaskInfo() { This is a misnomer. ...
13 years ago #2
Ted Mielczarek
I figured the porting effort here wouldn't be huge. One thing I'm interested to know, ...
13 years ago #3
Mark Mentovai
This is really good. Some minor comments. http://breakpad.appspot.com/307002/diff/1/4 File src/client/mac/handler/exception_handler.cc (right): http://breakpad.appspot.com/307002/diff/1/4#newcode39 Line 39: #if ...
13 years ago #4
qsr
Followed your review. My only problem is I cannot find mac test to run on ...
13 years ago #5
Mark Mentovai
minidump_generator_test, handler_test, and others are built from src/client/mac/Breakpad.xcodeproj. I think we can just remove src/client/mac/handler/minidump_test.xcodeproj. ...
13 years ago #6
Mark Mentovai
LGTM but send it out for another round if you need to change anything once ...
13 years ago #7
qsr
Added some #ifdef on src/client/mac/handler/minidump_generator.cc because MacOSX14 doesn't know anything about arm.
13 years ago #8
Mark Mentovai
13 years ago #9
LGTM
Sign in to reply to this message.

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