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

Issue 521002: Minor Android fixup in symbol dumping code (Closed)

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

Description

We're going to be building and using the symbol dumping code on Android. This
patch works around a few things that were broken. Original patch by Julian
Seward.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/common/dwarf_cu_to_module.cc View 3 chunks +9 lines, -4 lines 1 comment Download

Messages

Total messages: 3
Ted Mielczarek
I forget --send_mail so much.
11 years, 2 months ago #1
Ted Mielczarek
Ping?
11 years, 2 months ago #2
digit
11 years, 1 month ago #3
Sorry, I didn't catch your first email. Thanks. LGTM

https://breakpad.appspot.com/521002/diff/1/src/common/dwarf_cu_to_module.cc
File src/common/dwarf_cu_to_module.cc (right):

https://breakpad.appspot.com/521002/diff/1/src/common/dwarf_cu_to_module.cc#n...
src/common/dwarf_cu_to_module.cc:42: #if !defined(__ANDROID__)
FYI,all recent Android NDK release provide <cxxabi.h> when building against
STLport or GNU libstdc++, so this #if !defined() shouldn't be needed anymore.

On the other hand, abi::__cxa_demangle() is not available yet, and this seems to
be the only usage of said header here, so it makes sense to keep that for now.
Sign in to reply to this message.

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