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

Issue 2580323002: [debug-wrapper] remove last uses of --expose-debug-as (Closed)

Created:
4 years ago by Yang
Modified:
4 years ago
Reviewers:
jgruber
CC:
v8-reviews_googlegroups.com, Yang, devtools-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[debug-wrapper] remove last uses of --expose-debug-as The inspector cannot deal with breaking inside of debug-evaluate. There is therefore no point in supporting that in the debugger. The optional additional context parameter for debug-evaluate also can be removed since it's not being used. R=jgruber@chromium.org BUG=v8:5530 Review-Url: https://codereview.chromium.org/2580323002 Cr-Commit-Position: refs/heads/master@{#41791} Committed: https://chromium.googlesource.com/v8/v8/+/1296dd1f5a87d4286f455f6afc06dff403496278

Patch Set 1 #

Total comments: 2

Patch Set 2 : address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -183 lines) Patch
M src/debug/debug.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/debug/debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/debug/debug.js View 4 chunks +5 lines, -34 lines 0 comments Download
M src/debug/debug-evaluate.h View 3 chunks +2 lines, -6 lines 0 comments Download
M src/debug/debug-evaluate.cc View 4 chunks +9 lines, -29 lines 0 comments Download
M src/debug/mirrors.js View 1 chunk +2 lines, -5 lines 0 comments Download
M src/inspector/debugger-script.js View 1 chunk +1 line, -1 line 0 comments Download
M src/inspector/debugger_script_externs.js View 2 chunks +2 lines, -5 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime/runtime-debug.cc View 2 chunks +5 lines, -11 lines 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-flags.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/debugger/debug/regress/regress-617882.js View 1 chunk +1 line, -1 line 0 comments Download
D test/debugger/debug/regress/regress-crbug-405491.js View 1 chunk +0 lines, -5 lines 0 comments Download
A + test/debugger/regress/regress-1639-2.js View 1 2 chunks +3 lines, -4 lines 0 comments Download
D test/mjsunit/regress/regress-1639-2.js View 1 chunk +0 lines, -74 lines 0 comments Download

Messages

Total messages: 14 (9 generated)
Yang
4 years ago (2016-12-19 09:37:02 UTC) #1
jgruber
Nice, lgtm & nit https://codereview.chromium.org/2580323002/diff/1/test/debugger/regress/regress-1639-2.js File test/debugger/regress/regress-1639-2.js (right): https://codereview.chromium.org/2580323002/diff/1/test/debugger/regress/regress-1639-2.js#newcode54 test/debugger/regress/regress-1639-2.js:54: exec_state.prepareStep(Debug.StepAction.StepNext); If I understand correctly, ...
4 years ago (2016-12-19 09:46:33 UTC) #2
Yang
https://codereview.chromium.org/2580323002/diff/1/test/debugger/regress/regress-1639-2.js File test/debugger/regress/regress-1639-2.js (right): https://codereview.chromium.org/2580323002/diff/1/test/debugger/regress/regress-1639-2.js#newcode54 test/debugger/regress/regress-1639-2.js:54: exec_state.prepareStep(Debug.StepAction.StepNext); On 2016/12/19 09:46:33, jgruber wrote: > If I ...
4 years ago (2016-12-19 10:04:11 UTC) #3
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/2580323002/20001
4 years ago (2016-12-19 10:42:56 UTC) #11
commit-bot: I haz the power
4 years ago (2016-12-19 10:44:44 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/1296dd1f5a87d4286f455f6afc06dff4034...

Powered by Google App Engine
This is Rietveld 408576698