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

Issue 294001: Switch mac WriteSymbolFile to use an ostream (Closed)

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

Description

In rev 794 I switched the Module::Write method to use an ostream for output
instead of a FILE*, for ease of unit testing. I forgot that the mac dumper code
uses Module as well, so I broke the mac build with that. This patch switches the
mac DumpSymbols::WriteSymbolFile function to use an ostream as well, which
seemed like the simplest fix

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/common/mac/dump_syms.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/common/mac/dump_syms.mm View 2 chunks +2 lines, -1 line 0 comments Download
M src/tools/mac/dump_syms/dump_syms_tool.mm View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 2
Ted Mielczarek
13 years, 1 month ago #1
Mark Mentovai
13 years, 1 month ago #2
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