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

Issue 172001: Allow writing on-request minidumps with an exception stream on OS X (Closed)

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

Description

This patch builds on top of the patch from issue 165001. The APIs added here are
also added in those Windows/Linux patches that I haven't finished upstreaming.

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/mac/handler/exception_handler.cc View 7 chunks +51 lines, -19 lines 4 comments Download
M src/client/mac/handler/exception_handler.h View 2 chunks +17 lines, -6 lines 1 comment Download

Messages

Total messages: 3
Ted Mielczarek
Looks like I also failed to send mail for this issue. *sigh*
13 years, 4 months ago #1
Mark Mentovai
LGO http://breakpad.appspot.com/172001/diff/1/2 File src/client/mac/handler/exception_handler.cc (right): http://breakpad.appspot.com/172001/diff/1/2#newcode56 Line 56: // Message ID telling the handler thread ...
13 years, 4 months ago #2
Ted Mielczarek
13 years, 4 months ago #3
http://breakpad.appspot.com/172001/diff/1/2
File src/client/mac/handler/exception_handler.cc (right):

http://breakpad.appspot.com/172001/diff/1/2#newcode56
Line 56: // Message ID telling the handler thread to write a dump.
On 2010/12/08 20:57:19, Mark Mentovai wrote:
> Why did you pick such a weird order to put these messages in?

I think in the previous patch it was an artifact of the zeroed-out message
originally meaning "write a dump", and then I added "quit" as 1, so I guess I
just added the new message to the end instead of reordering. I'll reorder them
more sensibly.

> Can you use an enum instead of having three distinct constants?

Yeah, although it always bums me out to not be able to use the strictly correct
typedef when using enums like that.
Sign in to reply to this message.

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