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

Issue 475002: Add custom implementation of NXGetArchInfoXXX to allow adding new arch. (Closed)

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

Description

 Add custom implementation of NXGetArchInfoXXX to allow adding new arch.

NXGetArchInfoXXX depends on the OS knowledge of architecture. This CL adds a
custom implementation of those methods to be able to handle newer CPU before
they are handled by the OS. It also add handling for armv7s architecture.
Committed: https://code.google.com/p/google-breakpad/source/detail?r=1057

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/mac/Breakpad.xcodeproj/project.pbxproj View 3 6 chunks +12 lines, -0 lines 0 comments Download
A src/common/mac/arch_utilities.cc View 1 2 3 4 1 chunk +81 lines, -0 lines 0 comments Download
A src/common/mac/arch_utilities.h View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
M src/common/mac/dump_syms.mm View 1 2 4 chunks +8 lines, -7 lines 0 comments Download
M src/tools/mac/crash_report/crash_report.xcodeproj/project.pbxproj View 3 4 chunks +6 lines, -0 lines 0 comments Download
M src/tools/mac/dump_syms/dump_syms.xcodeproj/project.pbxproj View 3 5 chunks +8 lines, -0 lines 0 comments Download
M src/tools/mac/dump_syms/dump_syms_tool.mm View 1 2 3 chunks +5 lines, -2 lines 0 comments Download
M src/tools/mac/dump_syms/macho_dump.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 7
qsr
11 years, 6 months ago #1
Ted Mielczarek
https://breakpad.appspot.com/475002/diff/1/src/tools/mac/dump_syms/dump_syms_tool.mm File src/tools/mac/dump_syms/dump_syms_tool.mm (right): https://breakpad.appspot.com/475002/diff/1/src/tools/mac/dump_syms/dump_syms_tool.mm#newcode42 src/tools/mac/dump_syms/dump_syms_tool.mm:42: #include "common/mac/arch_utilities.h" It looks like you forgot to include ...
11 years, 6 months ago #2
qsr
Thanks. Done.
11 years, 6 months ago #3
Ted Mielczarek
https://breakpad.appspot.com/475002/diff/3001/src/common/mac/arch_utilities.h File src/common/mac/arch_utilities.h (right): https://breakpad.appspot.com/475002/diff/3001/src/common/mac/arch_utilities.h#newcode37 src/common/mac/arch_utilities.h:37: namespace MacArchUtils { Google style guide says namespace names ...
11 years, 6 months ago #4
Mark Mentovai
https://breakpad.appspot.com/475002/diff/3001/src/common/mac/arch_utilities.cc File src/common/mac/arch_utilities.cc (right): https://breakpad.appspot.com/475002/diff/3001/src/common/mac/arch_utilities.cc#newcode37 src/common/mac/arch_utilities.cc:37: #endif // CPU_TYPE_ARM Nit: you’re supposed to put the ...
11 years, 6 months ago #5
qsr
https://breakpad.appspot.com/475002/diff/3001/src/common/mac/arch_utilities.cc File src/common/mac/arch_utilities.cc (right): https://breakpad.appspot.com/475002/diff/3001/src/common/mac/arch_utilities.cc#newcode37 src/common/mac/arch_utilities.cc:37: #endif // CPU_TYPE_ARM On 2012/10/03 13:06:51, Mark Mentovai wrote: ...
11 years, 6 months ago #6
Mark Mentovai
11 years, 6 months ago #7
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