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

Issue 206001: Add stack scanning to the amd64 and arm stackwalkers (Closed)

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

Description

Add stack scanning to the amd64 and arm stackwalkers.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/processor/stackwalker_amd64.cc View 2 chunks +36 lines, -1 line 0 comments Download
M src/processor/stackwalker_amd64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/processor/stackwalker_amd64_unittest.cc View 1 chunk +123 lines, -0 lines 0 comments Download
M src/processor/stackwalker_arm.cc View 3 chunks +64 lines, -17 lines 1 comment Download
M src/processor/stackwalker_arm.h View 1 chunk +10 lines, -1 line 0 comments Download
M src/processor/stackwalker_arm_unittest.cc View 1 chunk +123 lines, -0 lines 0 comments Download
M src/processor/stackwalker_x86.cc View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 2
Ted Mielczarek
13 years, 7 months ago #1
jimb
13 years, 7 months ago #2
LGTM  Yay, monotremes!

http://breakpad.appspot.com/206001/diff/1/5
File src/processor/stackwalker_arm.cc (right):

http://breakpad.appspot.com/206001/diff/1/5#newcode195
Line 195: if (cfi_frame_info.get())
The indentation is wrong here.

http://breakpad.appspot.com/206001/diff/1/8
File src/processor/stackwalker_x86.cc (right):

http://breakpad.appspot.com/206001/diff/1/8#newcode494
Line 494: return NULL;
?? Good catch!
Sign in to reply to this message.

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