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

Issue 472002: minidump_stackwalk: implement -a <address> option (Closed)

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

Description

minidump_stackwalk: implement -a <address> option

Implement an option to symbolize additional addresses during minidump
symbolization. Primarily this is useful when symbolizing a Chromium minidump
that contains an additional backtrace added by the CrZombie class.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/processor/minidump_stackwalk.cc View 9 chunks +164 lines, -91 lines 0 comments Download

Messages

Total messages: 7
jaysoffian
I hope this isn't too ugly. There's now there places that fill in the StackFrame ...
11 years, 7 months ago #1
Mark Mentovai
I don’t quite get it. How’s this all intended to work?
11 years, 7 months ago #2
jaysoffian
On 2012/09/28 21:17:47, Mark Mentovai wrote: > I don’t quite get it. How’s this all ...
11 years, 7 months ago #3
Mark Mentovai
OK, I was trying to figure out if you were using objc_zombie the same way ...
11 years, 7 months ago #4
jaysoffian
On 2012/09/28 21:30:56, Mark Mentovai wrote: > OK, I was trying to figure out if ...
11 years, 7 months ago #5
Mark Mentovai
I’m not saying that there isn’t room for a tool that does this, I’m saying ...
11 years, 7 months ago #6
jaysoffian
11 years, 7 months ago #7
On 2012/09/28 21:51:47, Mark Mentovai wrote:
> I’m not saying that there isn’t room for a tool that does this, I’m saying
that
> I don’t think that it’s a good addition to minidump_stackwalk.

It seems sub-optimal to crack open the minidump multiple times if you know
you've got additional addresses to translate at the time of stack
walking/symbolizing the minidump itself.

> Robert Sesek’s written the tool that we use to do this, and he should have
time
> to open-source it shortly (per the other e-mail thread).

Okay. I'm also happy to refactor this change out into an minidump_atos or some
such.
Sign in to reply to this message.

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