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

Issue 2033223003: [debug] implement intuitive semantics for stepping over await call. (Closed)

Created:
4 years, 6 months ago by Yang
Modified:
4 years, 6 months ago
CC:
Hannes Payer (out of office), ulan, v8-reviews_googlegroups.com, v8-x87-ports_googlegroups.com, Yang
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[debug] implement intuitive semantics for stepping over await call. R=*bmeurer@chromium.org, caitpotter88@gmail.com, *littledan@chromium.org, *ulan@chromium.org BUG=v8:4483 Committed: https://crrev.com/8d90210a1e68b141b1b2345b7b898f6920df3a3d Cr-Commit-Position: refs/heads/master@{#36718}

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix failures #

Patch Set 3 : platform ports and addressed comments #

Total comments: 2

Patch Set 4 : fix arm64 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+814 lines, -141 lines) Patch
M src/arm/builtins-arm.cc View 1 2 2 chunks +32 lines, -10 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 3 2 chunks +32 lines, -10 lines 0 comments Download
M src/assembler.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M src/debug/debug.h View 1 6 chunks +18 lines, -0 lines 0 comments Download
M src/debug/debug.cc View 1 5 chunks +27 lines, -7 lines 0 comments Download
M src/external-reference-table.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap/heap.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 2 chunks +35 lines, -13 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 2 2 chunks +31 lines, -10 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 2 2 chunks +31 lines, -10 lines 0 comments Download
M src/parsing/parser.cc View 1 2 chunks +28 lines, -10 lines 0 comments Download
M src/parsing/parser-base.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/runtime/runtime.h View 1 2 1 chunk +57 lines, -56 lines 0 comments Download
M src/runtime/runtime-debug.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/runtime/runtime-generator.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 2 chunks +37 lines, -13 lines 0 comments Download
A test/mjsunit/harmony/async-debug-step-abort-at-break.js View 1 chunk +55 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/async-debug-step-continue-at-break.js View 1 chunk +55 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/async-debug-step-in.js View 1 chunk +51 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/async-debug-step-in-and-out.js View 1 chunk +51 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/async-debug-step-in-out-out.js View 1 1 chunk +51 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/async-debug-step-nested.js View 1 chunk +58 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/async-debug-step-next.js View 1 chunk +51 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/async-debug-step-next-constant.js View 1 chunk +39 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/async-debug-step-out.js View 1 chunk +49 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/async-function-debug-scopes.js View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 18 (5 generated)
Yang
Please take a look. I'll write platform ports once this is otherwise ready.
4 years, 6 months ago (2016-06-03 09:23:52 UTC) #1
Benedikt Meurer
LGTM from my side.
4 years, 6 months ago (2016-06-03 09:26:59 UTC) #2
ulan
heap lgtm. https://codereview.chromium.org/2033223003/diff/1/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2033223003/diff/1/src/debug/debug.cc#newcode505 src/debug/debug.cc:505: v->VisitPointer(&thread_local_.suspended_generator_); Please guard it with if (thread_local_.suspended_generator_ ...
4 years, 6 months ago (2016-06-03 09:33:50 UTC) #3
Yang
https://codereview.chromium.org/2033223003/diff/1/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2033223003/diff/1/src/debug/debug.cc#newcode505 src/debug/debug.cc:505: v->VisitPointer(&thread_local_.suspended_generator_); On 2016/06/03 09:33:50, ulan wrote: > Please guard ...
4 years, 6 months ago (2016-06-03 11:48:11 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2033223003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2033223003/40001
4 years, 6 months ago (2016-06-03 11:48:22 UTC) #6
Yang
Platform ports are done.
4 years, 6 months ago (2016-06-03 11:48:29 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm64_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel_ng/builds/2558) v8_linux_arm64_rel_ng_triggered on ...
4 years, 6 months ago (2016-06-03 12:27:53 UTC) #9
Dan Ehrenberg
lgtm Parser changes lgtm https://codereview.chromium.org/2033223003/diff/40001/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2033223003/diff/40001/src/parsing/parser.cc#newcode5623 src/parsing/parser.cc:5623: zone()); To confirm my understanding, ...
4 years, 6 months ago (2016-06-03 12:56:16 UTC) #10
Yang
https://codereview.chromium.org/2033223003/diff/40001/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2033223003/diff/40001/src/parsing/parser.cc#newcode5623 src/parsing/parser.cc:5623: zone()); On 2016/06/03 12:56:16, Dan Ehrenberg wrote: > To ...
4 years, 6 months ago (2016-06-03 15:01:10 UTC) #11
Yang
4 years, 6 months ago (2016-06-03 15:01:11 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2033223003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2033223003/60001
4 years, 6 months ago (2016-06-03 15:02:02 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 6 months ago (2016-06-03 15:30:52 UTC) #16
commit-bot: I haz the power
4 years, 6 months ago (2016-06-03 15:32:02 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8d90210a1e68b141b1b2345b7b898f6920df3a3d
Cr-Commit-Position: refs/heads/master@{#36718}

Powered by Google App Engine
This is Rietveld 408576698