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

Issue 620002: Create StackwalkerAddressList. (Closed)

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

Description

Create StackwalkerAddressList.

This creates a pseudo stack-walker which does nothing except symbolize an
already walked array of addresses. Will be used for adding 'additional stack
trace' support to MinidumpProcessor.

Committed: https://code.google.com/p/google-breakpad/source/detail?r=1207

Patch Set 1 : #

Total comments: 10

Patch Set 2 : Addressed review comments. #

Total comments: 9

Patch Set 3 : Addressed Mark's 2nd round of comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M Makefile.am View 1 7 chunks +23 lines, -0 lines 0 comments Download
M Makefile.in View 1 72 chunks +252 lines, -72 lines 0 comments Download
M aclocal.m4 View 18 chunks +49 lines, -27 lines 0 comments Download
A src/processor/stackwalker_address_list.cc View 1 2 1 chunk +92 lines, -0 lines 1 comment Download
A src/processor/stackwalker_address_list.h View 1 2 1 chunk +72 lines, -0 lines 0 comments Download
A src/processor/stackwalker_address_list_unittest.cc View 1 1 chunk +195 lines, -0 lines 0 comments Download

Messages

Total messages: 14
chrisha
PTAL
10 years, 8 months ago #1
Mark Mentovai
https://breakpad.appspot.com/620002/diff/7/src/processor/stackwalker_null.cc File src/processor/stackwalker_null.cc (right): https://breakpad.appspot.com/620002/diff/7/src/processor/stackwalker_null.cc#newcode36 src/processor/stackwalker_null.cc:36: #include <cassert> It is normal to #include the C ...
10 years, 8 months ago #2
Ivan Penkov
I agree with Mark's assessment. The main issue for me is also the name of ...
10 years, 8 months ago #3
chrisha
Addressed Mark's comments. PTAnotherL. (Sorry for the crappy diff, but the rename made upload.py happy.) ...
10 years, 8 months ago #4
Mark Mentovai
LG otherwise https://breakpad.appspot.com/620002/diff/11001/src/processor/stackwalker_address_list.cc File src/processor/stackwalker_address_list.cc (right): https://breakpad.appspot.com/620002/diff/11001/src/processor/stackwalker_address_list.cc#newcode37 src/processor/stackwalker_address_list.cc:37: #include <assert.h> C system headers before C++ ...
10 years, 8 months ago #5
chrisha
Okay, hopefully all better now :) Last look? https://breakpad.appspot.com/620002/diff/11001/src/processor/stackwalker_address_list.cc File src/processor/stackwalker_address_list.cc (right): https://breakpad.appspot.com/620002/diff/11001/src/processor/stackwalker_address_list.cc#newcode37 src/processor/stackwalker_address_list.cc:37: #include ...
10 years, 8 months ago #6
Mark Mentovai
LGTM. You might want to wait to see if Ivan has any final comments also.
10 years, 8 months ago #7
Ivan Penkov
LGTM
10 years, 8 months ago #8
chrisha
Thanks, committed. https://code.google.com/p/google-breakpad/source/detail?r=1207
10 years, 8 months ago #9
Ted Mielczarek
This looks really nice, I could definitely use something like this. (We're storing stacks at ...
10 years, 8 months ago #10
chrisha
On 2013/08/23 14:51:48, Ted Mielczarek wrote: > This looks really nice, I could definitely use ...
10 years, 8 months ago #11
Mark Mentovai
“Prewalked?” In principle, it’s an attribute that doesn’t exclude the current set of trust values. ...
10 years, 8 months ago #12
Mark Mentovai
P.S. I like Ted’s suggestion too.
10 years, 8 months ago #13
chrisha
10 years, 8 months ago #14
Message was sent while issue was closed.
On 2013/08/23 16:10:01, Mark Mentovai wrote:
> P.S. I like Ted’s suggestion too.

See https://breakpad.appspot.com/621002/.
Sign in to reply to this message.

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