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

Issue 57002: Print ARM register values in minidump_stackwalk (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 8 months ago by Ted Mielczarek
Modified:
14 years, 8 months ago
Reviewers:
mochalatte
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Simple patch, makes us print ARM register values in minidump_stackwalk output,
like we do for other architectures.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
src/processor/minidump_stackwalk.cc View 2 chunks +11 lines, -0 lines 1 comment Download

Messages

Total messages: 2
Ted Mielczarek
14 years, 8 months ago #1
mochalatte
14 years, 8 months ago #2
http://breakpad.appspot.com/57002/diff/1/2
File src/processor/minidump_stackwalk.cc (right):

http://breakpad.appspot.com/57002/diff/1/2#newcode221
Line 221: if (frame_arm->context_validity & StackFrameARM::CONTEXT_VALID_R14)
what's R14 supposed to represent?  I thought R14 was the return address, whcih
is different from the registers that the other architectures are printing out.
Sign in to reply to this message.

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