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

Issue 358001: Change iOS implementation to not use exc_server (Closed)

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

Description

 Change iOS implementation to not use exc_server

 Instead of using exc_server, the message is parsed directly, and the minidump
is created, then the app is killed.

 Moreover, the only catch exception is exception_raise. This patch remove all
 rereference to exception_raise_state and exception_raise_state_identity.
Committed: https://code.google.com/p/google-breakpad/source/detail?r=934

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 11

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/mac/handler/exception_handler.cc View 1 2 3 4 5 7 chunks +86 lines, -83 lines 0 comments Download

Messages

Total messages: 4
qsr
http://breakpad.appspot.com/358001/diff/1001/src/client/mac/handler/exception_handler.cc File src/client/mac/handler/exception_handler.cc (right): http://breakpad.appspot.com/358001/diff/1001/src/client/mac/handler/exception_handler.cc#newcode35 src/client/mac/handler/exception_handler.cc:35: extern "C" { Is that correct or should I ...
12 years, 4 months ago #1
Mark Mentovai
http://breakpad.appspot.com/358001/diff/1001/src/client/mac/handler/exception_handler.cc File src/client/mac/handler/exception_handler.cc (right): http://breakpad.appspot.com/358001/diff/1001/src/client/mac/handler/exception_handler.cc#newcode35 src/client/mac/handler/exception_handler.cc:35: extern "C" { qsr wrote: > Is that correct ...
12 years, 4 months ago #2
qsr
http://breakpad.appspot.com/358001/diff/1001/src/client/mac/handler/exception_handler.cc File src/client/mac/handler/exception_handler.cc (right): http://breakpad.appspot.com/358001/diff/1001/src/client/mac/handler/exception_handler.cc#newcode35 src/client/mac/handler/exception_handler.cc:35: extern "C" { On 2012/03/08 17:45:06, Mark Mentovai wrote: ...
12 years, 4 months ago #3
Mark Mentovai
12 years, 4 months ago #4
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