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

Issue 66001: Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by jimb
Modified:
14 years, 1 month ago
Reviewers:
Mark Mentovai
CC:
google-breakpad-dev_googlegroups.com
Visibility:
Public.

Description

This adds support for 'STACK CFI' records (DWARF CFI) to the AMD64
stack walker. This is necessary for the stack trace to include any
frames other than the youngest. Unit tests are included.

Patch Set 1 #

Patch Set 2 : Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M Makefile.am View 2 chunks +15 lines, -0 lines 0 comments Download
M Makefile.in View 11 chunks +126 lines, -0 lines 0 comments Download
M src/google_breakpad/processor/stack_frame_cpu.h View 1 chunk +31 lines, -15 lines 0 comments Download
M src/processor/minidump_stackwalk.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M src/processor/stackwalker_amd64.cc View 1 2 chunks +99 lines, -39 lines 0 comments Download
M src/processor/stackwalker_amd64.h View 1 2 chunks +17 lines, -0 lines 0 comments Download
A src/processor/stackwalker_amd64_unittest.cc View 1 chunk +334 lines, -0 lines 1 comment Download

Messages

Total messages: 5
jimb
Here's the AMD64 dumper. This one uses the same SimpleCFIWalker class that the x86 dumper ...
14 years, 1 month ago #1
jimb
Oh, wait. This has the same static member of class type issue that was mentioned ...
14 years, 1 month ago #2
jimb
On 2010/03/04 18:59:16, jimb wrote: > Oh, wait. This has the same static member of ...
14 years, 1 month ago #3
Mark Mentovai
lg http://breakpad.appspot.com/66001/diff/1008/17 File src/processor/stackwalker_amd64_unittest.cc (right): http://breakpad.appspot.com/66001/diff/1008/17#newcode75 Line 75: system_info.os_version = "Horrendous Hippo"; :)
14 years, 1 month ago #4
jimb
14 years, 1 month ago #5
Committed, r554.
Sign in to reply to this message.

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