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

Issue 443002: Fix Linux/ARM GetInstructionPointer() in minidump_writer.cc (Closed)

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

Description

Fix Linux/ARM GetInstructionPointer() in minidump_writer.cc

On ARM, the 'ip' register (a.k.a. r12) is not the same than 'pc'
(a.k.a. r15) which holds the real instruction pointer.
Committed: https://code.google.com/p/google-breakpad/source/detail?r=1021

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/linux/minidump_writer/minidump_writer.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5
digit
11 years, 8 months ago #1
Ted Mielczarek
LGTM Wow, that's horrible. I can't believe that bug has existed since I wrote that ...
11 years, 8 months ago #2
digit
> I take it you found this using your set of patches that let you ...
11 years, 8 months ago #3
Mark Mentovai
LGTM
11 years, 8 months ago #4
Mark Mentovai
11 years, 8 months ago #5
(Yeah, this was gross. 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