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

Issue 2979163002: Allow setting breakpoints in function literal field initializers under --dfe. (Closed)

Created:
3 years, 5 months ago by sivachandra
Modified:
3 years, 5 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, turnidge, rmacnak, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Allow setting breakpoints in function literal field initializers under --dfe. The change 3b9cf7351bb0e92e0789eb68b37d130886644bd8 fixed #29581 for the case when --dfe is not used. This change fixes the issue for the --dfe configuration as well. Tests which now pass have been taken out of the status files. R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/cf07adc87331164f73f755b410fe20973e8d01fc

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments on patch set 1 #

Total comments: 6

Patch Set 3 : Address comments on patch set 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -11 lines) Patch
M runtime/observatory/tests/service/service.status View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/tests/vm/vm.status View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/debugger.cc View 1 3 chunks +21 lines, -1 line 0 comments Download
M runtime/vm/kernel_binary_flowgraph.h View 1 4 chunks +40 lines, -5 lines 0 comments Download
M runtime/vm/kernel_reader.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/kernel_reader.cc View 1 2 chunks +24 lines, -0 lines 0 comments Download
M runtime/vm/kernel_to_il.h View 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/kernel_to_il.cc View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
sivachandra
I am not sure if the change uses the existing kernel infrastructure in the spirit ...
3 years, 5 months ago (2017-07-17 21:44:31 UTC) #2
siva
https://codereview.chromium.org/2979163002/diff/1/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://codereview.chromium.org/2979163002/diff/1/runtime/vm/debugger.cc#newcode2685 runtime/vm/debugger.cc:2685: #endif // !DART_PRECOMPILED_RUNTIME Is it possible to abstract this ...
3 years, 5 months ago (2017-07-17 22:39:24 UTC) #3
sivachandra
PTaL at patch set 2. https://codereview.chromium.org/2979163002/diff/1/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://codereview.chromium.org/2979163002/diff/1/runtime/vm/debugger.cc#newcode2685 runtime/vm/debugger.cc:2685: #endif // !DART_PRECOMPILED_RUNTIME On ...
3 years, 5 months ago (2017-07-17 23:49:36 UTC) #4
siva
lgtm with some comments. https://codereview.chromium.org/2979163002/diff/1/runtime/vm/kernel_to_il.cc File runtime/vm/kernel_to_il.cc (right): https://codereview.chromium.org/2979163002/diff/1/runtime/vm/kernel_to_il.cc#newcode86 runtime/vm/kernel_to_il.cc:86: allocation_space_(thread->IsMutatorThread() ? Heap::kNew : Heap::kOld), ...
3 years, 5 months ago (2017-07-18 22:49:07 UTC) #7
sivachandra
https://codereview.chromium.org/2979163002/diff/1/runtime/vm/kernel_to_il.cc File runtime/vm/kernel_to_il.cc (right): https://codereview.chromium.org/2979163002/diff/1/runtime/vm/kernel_to_il.cc#newcode86 runtime/vm/kernel_to_il.cc:86: allocation_space_(thread->IsMutatorThread() ? Heap::kNew : Heap::kOld), On 2017/07/18 22:49:06, siva ...
3 years, 5 months ago (2017-07-19 00:14:22 UTC) #8
sivachandra
3 years, 5 months ago (2017-07-19 20:17:31 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
cf07adc87331164f73f755b410fe20973e8d01fc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698