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

Issue 1393453004: Ensure the debugger considers parameters to be in scope at the method entry debug step. (Closed)

Created:
5 years, 2 months ago by rmacnak
Modified:
5 years, 2 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, turnidge, Cutch, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Ensure the debugger considers parameters to be in scope at the method entry debug step. Push entry debug step check after parameter capturing and give it the token position of the last parameter. BUG=http://b/24200673 R=hausner@google.com Committed: https://github.com/dart-lang/sdk/commit/129d7d3cecec58e2d770753fb95329ae12c2fe31

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -6 lines) Patch
A runtime/observatory/tests/service/parameters_in_scope_at_entry_test.dart View 1 1 chunk +67 lines, -0 lines 0 comments Download
M runtime/vm/debugger_api_impl_test.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 2 3 4 5 6 2 chunks +21 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
rmacnak
5 years, 2 months ago (2015-10-06 22:39:01 UTC) #2
rmacnak
Second cut: position entry step check at last parameter. PTAL
5 years, 2 months ago (2015-10-07 17:59:00 UTC) #3
hausner
LGTM with comment. https://codereview.chromium.org/1393453004/diff/100001/runtime/vm/flow_graph_builder.cc File runtime/vm/flow_graph_builder.cc (right): https://codereview.chromium.org/1393453004/diff/100001/runtime/vm/flow_graph_builder.cc#newcode4157 runtime/vm/flow_graph_builder.cc:4157: check_pos = node->token_pos(); Are there ever ...
5 years, 2 months ago (2015-10-07 18:13:29 UTC) #4
rmacnak
https://codereview.chromium.org/1393453004/diff/100001/runtime/vm/flow_graph_builder.cc File runtime/vm/flow_graph_builder.cc (right): https://codereview.chromium.org/1393453004/diff/100001/runtime/vm/flow_graph_builder.cc#newcode4157 runtime/vm/flow_graph_builder.cc:4157: check_pos = node->token_pos(); On 2015/10/07 18:13:29, hausner wrote: > ...
5 years, 2 months ago (2015-10-07 19:27:48 UTC) #5
rmacnak
5 years, 2 months ago (2015-10-07 19:33:32 UTC) #6
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
129d7d3cecec58e2d770753fb95329ae12c2fe31 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698