Description[wasm] Implement frame inspection for interpreted frames
Frame inspection is currently limited to locations of execution.
Further details like local variables or stack content will follow later.
The FrameInspector now stores a pointer to the interpreted wasm frame,
and redirects certain requests there, just as for deoptimized frames.
Hitting breakpoints is now also supported for wasm frames.
R=yangguo@chromium.org, titzer@chromium.org
BUG=v8:5822
Review-Url: https://codereview.chromium.org/2629823003
Cr-Commit-Position: refs/heads/master@{#42551}
Committed: https://chromium.googlesource.com/v8/v8/+/09525c8f90f2bc307e080e3a1fea0b804a77d11d
Patch Set 1 #Patch Set 2 : Let's see whether this include makes Windows happy #Patch Set 3 : Try adding forward declaration for VS #Patch Set 4 : Document that the forward declaration is only needed for VS #
Total comments: 4
Patch Set 5 : Rebase #Patch Set 6 : Rebase #Patch Set 7 : Rebase on Yangs latest change #Patch Set 8 : Rebase after Yangs revert ಠ益ಠ #
Dependent Patchsets: Messages
Total messages: 45 (35 generated)
|