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

Issue 1834633003: [debugger] allow debug-evaluate to change stack and context values. (Closed)

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

Description

[debugger] allow debug-evaluate to change stack and context values. R=bmeurer@chromium.org, cbruni@chromium.org, ulan@chromium.org BUG=chromium:124206, chromium:569811 LOG=N Committed: https://crrev.com/297daf6c37d6e4145e8aaec12ccc9762ac180850 Cr-Commit-Position: refs/heads/master@{#35145}

Patch Set 1 #

Total comments: 1

Patch Set 2 : use StringSet for whitelist #

Patch Set 3 : fix StringSet #

Patch Set 4 : fix test #

Patch Set 5 : actually fix test #

Patch Set 6 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+333 lines, -363 lines) Patch
M src/ast/scopes.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ast/scopes.cc View 1 3 chunks +6 lines, -7 lines 0 comments Download
M src/contexts.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M src/contexts.cc View 1 2 3 4 5 3 chunks +32 lines, -1 line 0 comments Download
M src/contexts-inl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/debug/debug-evaluate.h View 1 2 chunks +9 lines, -28 lines 0 comments Download
M src/debug/debug-evaluate.cc View 1 5 chunks +70 lines, -208 lines 0 comments Download
M src/debug/debug-scopes.h View 1 4 chunks +3 lines, -15 lines 0 comments Download
M src/debug/debug-scopes.cc View 1 6 chunks +5 lines, -27 lines 0 comments Download
M src/factory.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/factory.cc View 1 2 3 4 5 1 chunk +16 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M src/heap/heap.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 3 chunks +21 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 2 chunks +19 lines, -34 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 chunks +18 lines, -7 lines 0 comments Download
M test/mjsunit/debug-evaluate-closure.js View 5 chunks +8 lines, -9 lines 0 comments Download
M test/mjsunit/debug-evaluate-locals.js View 3 chunks +3 lines, -6 lines 0 comments Download
M test/mjsunit/debug-evaluate-locals-capturing.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/debug-evaluate-modify-catch-block-scope.js View 1 2 3 4 5 3 chunks +9 lines, -5 lines 0 comments Download
A test/mjsunit/debug-evaluate-modify-this.js View 1 chunk +33 lines, -0 lines 0 comments Download
A test/mjsunit/debug-evaluate-nested-let.js View 1 2 3 4 1 chunk +52 lines, -0 lines 0 comments Download
M test/mjsunit/es6/debug-blockscopes.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress-3225.js View 3 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/regress/regress-325676.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-crbug-323936.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 34 (16 generated)
Yang
Benedikt, please take a look at src/ast. Ulan, please take a look at src/heap. Camillo, ...
4 years, 9 months ago (2016-03-24 14:03:55 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/1834633003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1834633003/1
4 years, 9 months ago (2016-03-24 14:05:33 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel/builds/15838)
4 years, 9 months ago (2016-03-24 14:22:22 UTC) #7
Yang
On 2016/03/24 14:22:22, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
4 years, 8 months ago (2016-03-29 09:47:10 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1834633003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1834633003/20001
4 years, 8 months ago (2016-03-29 09:53:35 UTC) #10
Benedikt Meurer
LGTM on ast.
4 years, 8 months ago (2016-03-29 09:55:06 UTC) #11
ulan
heap lgtm
4 years, 8 months ago (2016-03-29 10:25:31 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/17478)
4 years, 8 months ago (2016-03-29 10:38:22 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1834633003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1834633003/40001
4 years, 8 months ago (2016-03-29 11:11:58 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_mac_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel/builds/17631)
4 years, 8 months ago (2016-03-29 11:24:30 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1834633003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1834633003/60001
4 years, 8 months ago (2016-03-29 11:53:36 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/17491) v8_linux_arm_rel on ...
4 years, 8 months ago (2016-03-29 12:11:41 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1834633003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1834633003/80001
4 years, 8 months ago (2016-03-29 12:26:51 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-29 13:03:11 UTC) #26
Camillo Bruni
lgtm https://codereview.chromium.org/1834633003/diff/1/src/factory.cc File src/factory.cc (right): https://codereview.chromium.org/1834633003/diff/1/src/factory.cc#newcode815 src/factory.cc:815: extension.is_null() ? NULL : *extension); nit: should probably ...
4 years, 8 months ago (2016-03-30 22:54:51 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1834633003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1834633003/100001
4 years, 8 months ago (2016-03-31 05:33:16 UTC) #30
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 8 months ago (2016-03-31 05:58:51 UTC) #32
commit-bot: I haz the power
4 years, 8 months ago (2016-03-31 06:00:37 UTC) #34
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/297daf6c37d6e4145e8aaec12ccc9762ac180850
Cr-Commit-Position: refs/heads/master@{#35145}

Powered by Google App Engine
This is Rietveld 408576698