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

Issue 18009: Process STABS + DWARF, run in PPC machines (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 3 months ago by mochalatte
Modified:
15 years, 2 months ago
Reviewers:
stuart.morgan
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/common/mac/dump_syms.mm View 2 chunks +11 lines, -4 lines 2 comments Download

Messages

Total messages: 2
mochalatte
Hi Stuart This fix fixes dump_syms to properly run on PPC machines, and also to ...
15 years, 3 months ago #1
stuart.morgan
15 years, 3 months ago #2
LGTM

http://breakpad.appspot.com/18009/diff/1/2
File src/common/mac/dump_syms.mm (right):

http://breakpad.appspot.com/18009/diff/1/2#newcode327
Line 327: bool loadedDWARF = NO;
s/bool/BOOL/

http://breakpad.appspot.com/18009/diff/1/2#newcode333
Line 333: return loadedDWARF ? YES : loadedStabs;
Probably clearer as:
return loadedDWARF || loadedStabs
Sign in to reply to this message.

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