Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Issue 2647433002: Clarify the order of frame summaries and rename getters (Closed)

Created:
3 years, 11 months ago by Clemens Hammacher
Modified:
3 years, 11 months ago
Reviewers:
Yang
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Clarify the order of frame summaries and rename getters Document that frame summaries are bottom-to-top, i.e. caller before callee, rename FrameSummary::GetFirst to FrameSummary::GetBottom and introduce FrameSummary::GetTop. For debugged JavaScript frames, it does not really matter which of the functions we call, so I replaced a few GetFirst by GetTop instead of GetBottom because it matches the semantics more closely. This CL also reverts part of http://crrev.com/2621953002 by changing BreakLocation::FromFrame back to accept a DebugInfo and a JavaScriptFrame. We don't plan to create BreakLocations for wasm. R=yangguo@chromium.org BUG=v8:5822 Review-Url: https://codereview.chromium.org/2647433002 Cr-Commit-Position: refs/heads/master@{#42505} Committed: https://chromium.googlesource.com/v8/v8/+/453a1df217c3f9c3130112b88feefa315f32c68c

Patch Set 1 #

Patch Set 2 : Fix bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -34 lines) Patch
M src/debug/debug.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/debug/debug.cc View 8 chunks +20 lines, -22 lines 0 comments Download
M src/debug/debug-scopes.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/frames.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M src/frames.cc View 1 3 chunks +16 lines, -5 lines 0 comments Download
M src/objects.cc View 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 16 (12 generated)
Clemens Hammacher
3 years, 11 months ago (2017-01-18 16:37:37 UTC) #9
Yang
On 2017/01/18 16:37:37, Clemens Hammacher wrote: lgtm.
3 years, 11 months ago (2017-01-19 13:35:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2647433002/20001
3 years, 11 months ago (2017-01-19 14:00:59 UTC) #13
commit-bot: I haz the power
3 years, 11 months ago (2017-01-19 14:03:25 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/453a1df217c3f9c3130112b88feefa315f3...

Powered by Google App Engine
This is Rietveld 408576698