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

Issue 2413693003: [wasm] Stack inspection support for asm.js frames (Closed)

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

Description

[wasm] Stack inspection support for asm.js frames This CL fixes the debugger interface to provide correct (high-level) information for asm.js frames. It moves the computation of the source position from the FrameInspector to the individual StackFrame implementations, such that we can easily specualize it for certain frame types, and can potentially reuse this in other locations. Also, we are finalizing the setup of the wasm module earlier, before executing the start function. This is required for correct stack traces during the execution of the start function. R=titzer@chromium.org, yangguo@chromium.org BUG=v8:4203 Committed: https://crrev.com/e902b69d881059cce739a88d3e5f9ce95b5e0625 Cr-Commit-Position: refs/heads/master@{#40268}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -46 lines) Patch
M src/debug/debug-frames.cc View 1 chunk +2 lines, -14 lines 0 comments Download
M src/debug/mirrors.js View 2 chunks +12 lines, -6 lines 0 comments Download
M src/frames.h View 3 chunks +5 lines, -0 lines 0 comments Download
M src/frames.cc View 3 chunks +24 lines, -0 lines 0 comments Download
M src/wasm/wasm-module.cc View 2 chunks +33 lines, -26 lines 0 comments Download
A test/mjsunit/wasm/asm-debug.js View 1 chunk +89 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 14 (8 generated)
Clemens Hammacher
I first wanted to implement this by adding a new frame type ASM_JS_WASM with an ...
4 years, 2 months ago (2016-10-12 14:56:56 UTC) #4
titzer
On 2016/10/12 14:56:56, Clemens Hammacher wrote: > I first wanted to implement this by adding ...
4 years, 2 months ago (2016-10-12 15:25:01 UTC) #7
Yang
On 2016/10/12 15:25:01, titzer wrote: > On 2016/10/12 14:56:56, Clemens Hammacher wrote: > > I ...
4 years, 2 months ago (2016-10-13 12:01:02 UTC) #8
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/2413693003/1
4 years, 2 months ago (2016-10-13 13:32:07 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-13 13:54:53 UTC) #12
commit-bot: I haz the power
4 years, 2 months ago (2016-10-13 13:55:16 UTC) #14
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/e902b69d881059cce739a88d3e5f9ce95b5e0625
Cr-Commit-Position: refs/heads/master@{#40268}

Powered by Google App Engine
This is Rietveld 408576698