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

Issue 2067503002: [debugger] fix stepping over await calls for ignition generators. (Closed)

Created:
4 years, 6 months ago by Yang
Modified:
4 years, 6 months ago
CC:
v8-reviews_googlegroups.com, oth, rmcilroy
Base URL:
https://chromium.googlesource.com/v8/v8.git@test
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[debugger] fix stepping over await calls for ignition generators. R=bmeurer@chromium.org, caitpotter88@gmail.com, neis@chromium.org BUG=v8:5099 Committed: https://crrev.com/098964544aad30ad9bda91639962e9ff951db09b Cr-Commit-Position: refs/heads/master@{#36964}

Patch Set 1 #

Total comments: 8

Patch Set 2 : address comments #

Total comments: 4

Patch Set 3 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -6 lines) Patch
M src/debug/debug.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M src/debug/debug.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/interpreter.cc View 1 2 2 chunks +18 lines, -0 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-debug.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M src/runtime/runtime-generator.cc View 1 chunk +1 line, -3 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 35 (13 generated)
Yang
4 years, 6 months ago (2016-06-13 13:32:52 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067503002/1
4 years, 6 months ago (2016-06-13 13:33:24 UTC) #3
caitp (gmail)
https://codereview.chromium.org/2067503002/diff/1/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/2067503002/diff/1/src/interpreter/interpreter.cc#newcode1801 src/interpreter/interpreter.cc:1801: __ CallRuntime(Runtime::kDebugRecordAsyncFunction, context, generator); Is it possible to know ...
4 years, 6 months ago (2016-06-13 13:38:13 UTC) #4
Yang
I actually have a different idea. If I understood correctly there is a 1:1 relationship ...
4 years, 6 months ago (2016-06-13 13:42:26 UTC) #5
Yang
On 2016/06/13 13:42:26, Yang wrote: > I actually have a different idea. > > If ...
4 years, 6 months ago (2016-06-13 13:48:32 UTC) #6
Yang
On 2016/06/13 13:48:32, Yang wrote: > On 2016/06/13 13:42:26, Yang wrote: > > I actually ...
4 years, 6 months ago (2016-06-13 13:52:11 UTC) #7
neis
On 2016/06/13 13:48:32, Yang wrote: > On 2016/06/13 13:42:26, Yang wrote: > > I actually ...
4 years, 6 months ago (2016-06-13 13:59:12 UTC) #8
Yang
On 2016/06/13 13:59:12, neis wrote: > On 2016/06/13 13:48:32, Yang wrote: > > On 2016/06/13 ...
4 years, 6 months ago (2016-06-13 14:02:21 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-13 14:02:30 UTC) #11
Benedikt Meurer
https://codereview.chromium.org/2067503002/diff/1/src/interpreter/interpreter-assembler.cc File src/interpreter/interpreter-assembler.cc (right): https://codereview.chromium.org/2067503002/diff/1/src/interpreter/interpreter-assembler.cc#newcode625 src/interpreter/interpreter-assembler.cc:625: MachineType::Pointer(), This doesn't look quite right here. The is_active_ ...
4 years, 6 months ago (2016-06-14 03:45:36 UTC) #12
rmcilroy
> Ross, can you comment on whether you could live > with the additional code ...
4 years, 6 months ago (2016-06-14 06:23:11 UTC) #14
Yang
https://codereview.chromium.org/2067503002/diff/1/src/interpreter/interpreter-assembler.cc File src/interpreter/interpreter-assembler.cc (right): https://codereview.chromium.org/2067503002/diff/1/src/interpreter/interpreter-assembler.cc#newcode625 src/interpreter/interpreter-assembler.cc:625: MachineType::Pointer(), On 2016/06/14 06:23:11, rmcilroy wrote: > On 2016/06/14 ...
4 years, 6 months ago (2016-06-14 09:17:02 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067503002/20001
4 years, 6 months ago (2016-06-14 09:17:14 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-14 09:47:51 UTC) #19
rmcilroy
Interpreter LGTM once comments are addressed. https://codereview.chromium.org/2067503002/diff/1/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/2067503002/diff/1/src/interpreter/interpreter.cc#newcode1797 src/interpreter/interpreter.cc:1797: Label if_debugging(assembler), debugger_done(assembler); ...
4 years, 6 months ago (2016-06-14 10:00:22 UTC) #20
Yang
https://codereview.chromium.org/2067503002/diff/20001/src/interpreter/interpreter-assembler.cc File src/interpreter/interpreter-assembler.cc (right): https://codereview.chromium.org/2067503002/diff/20001/src/interpreter/interpreter-assembler.cc#newcode623 src/interpreter/interpreter-assembler.cc:623: Node* InterpreterAssembler::DebugSteppingAcrossAwait() { On 2016/06/14 10:00:22, rmcilroy wrote: > ...
4 years, 6 months ago (2016-06-14 11:19:44 UTC) #21
neis
lgtm
4 years, 6 months ago (2016-06-14 11:24:29 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067503002/40001
4 years, 6 months ago (2016-06-14 11:46:12 UTC) #26
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-14 12:15:20 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067503002/40001
4 years, 6 months ago (2016-06-14 12:50:47 UTC) #31
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-14 12:55:15 UTC) #33
commit-bot: I haz the power
4 years, 6 months ago (2016-06-14 12:55:39 UTC) #35
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/098964544aad30ad9bda91639962e9ff951db09b
Cr-Commit-Position: refs/heads/master@{#36964}

Powered by Google App Engine
This is Rietveld 408576698