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

Issue 2879923003: [inspector] added targetCallFrames for continueToLocation (Closed)

Created:
3 years, 7 months ago by kozy
Modified:
3 years, 7 months ago
Reviewers:
dgozman
CC:
v8-reviews_googlegroups.com, devtools-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[inspector] added targetCallFrames for continueToLocation By default we just break when we first time reach passed location, with current - we'll break at passed location only when it happens within the same stack frame. BUG=v8:6397 R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2879923003 Cr-Commit-Position: refs/heads/master@{#45354} Committed: https://chromium.googlesource.com/v8/v8/+/d7e09f8fccbd11e10cd149a8ed6c21c50b6cedb2

Patch Set 1 #

Total comments: 10

Patch Set 2 : ac #

Patch Set 3 : added a test #

Total comments: 8

Patch Set 4 : ac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+336 lines, -12 lines) Patch
M src/inspector/js_protocol.json View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M src/inspector/v8-debugger.h View 1 2 3 3 chunks +5 lines, -1 line 0 comments Download
M src/inspector/v8-debugger.cc View 1 2 3 4 chunks +32 lines, -5 lines 0 comments Download
M src/inspector/v8-debugger-agent-impl.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M src/inspector/v8-debugger-agent-impl.cc View 1 2 3 1 chunk +6 lines, -3 lines 0 comments Download
M src/inspector/v8-stack-trace-impl.h View 3 chunks +20 lines, -0 lines 0 comments Download
M src/inspector/v8-stack-trace-impl.cc View 1 2 3 2 chunks +49 lines, -0 lines 0 comments Download
A test/inspector/debugger/continue-to-location-target-call-frames.js View 1 2 3 1 chunk +139 lines, -0 lines 0 comments Download
A test/inspector/debugger/continue-to-location-target-call-frames-expected.txt View 1 2 3 1 chunk +81 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 13 (6 generated)
kozy
Dmitry, please take a look.
3 years, 7 months ago (2017-05-13 02:12:09 UTC) #1
dgozman
Please add a bug. https://codereview.chromium.org/2879923003/diff/1/src/inspector/v8-debugger-agent-impl.h File src/inspector/v8-debugger-agent-impl.h (right): https://codereview.chromium.org/2879923003/diff/1/src/inspector/v8-debugger-agent-impl.h#newcode143 src/inspector/v8-debugger-agent-impl.h:143: bool shouldIgnoreContinueToLocation(const String16& breakpointId); This ...
3 years, 7 months ago (2017-05-15 17:01:27 UTC) #2
kozy
all done, please take another look. https://codereview.chromium.org/2879923003/diff/1/src/inspector/v8-debugger-agent-impl.h File src/inspector/v8-debugger-agent-impl.h (right): https://codereview.chromium.org/2879923003/diff/1/src/inspector/v8-debugger-agent-impl.h#newcode143 src/inspector/v8-debugger-agent-impl.h:143: bool shouldIgnoreContinueToLocation(const String16& ...
3 years, 7 months ago (2017-05-16 01:43:48 UTC) #4
dgozman
lgtm https://codereview.chromium.org/2879923003/diff/40001/src/inspector/js_protocol.json File src/inspector/js_protocol.json (right): https://codereview.chromium.org/2879923003/diff/40001/src/inspector/js_protocol.json#newcode561 src/inspector/js_protocol.json:561: { "name": "strategy", "type": "string", "enum": ["default", "inCurrentFrame"], ...
3 years, 7 months ago (2017-05-16 20:19:25 UTC) #5
kozy
thanks, all done. https://codereview.chromium.org/2879923003/diff/40001/src/inspector/js_protocol.json File src/inspector/js_protocol.json (right): https://codereview.chromium.org/2879923003/diff/40001/src/inspector/js_protocol.json#newcode561 src/inspector/js_protocol.json:561: { "name": "strategy", "type": "string", "enum": ...
3 years, 7 months ago (2017-05-16 21:18:48 UTC) #6
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/2879923003/60001
3 years, 7 months ago (2017-05-16 21:18:54 UTC) #9
commit-bot: I haz the power
3 years, 7 months ago (2017-05-16 21:52:56 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/d7e09f8fccbd11e10cd149a8ed6c21c50b6...

Powered by Google App Engine
This is Rietveld 408576698