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

Issue 1146173003: Per-closure breakpoints; restructure breakpoint implementation to keep a list of conditions. (Closed)

Created:
5 years, 7 months ago by rmacnak
Modified:
5 years, 7 months ago
Reviewers:
hausner, Ivan Posva
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

Per-closure breakpoints; restructure breakpoint implementation to keep a list of conditions. BUG= R=hausner@google.com Committed: https://github.com/dart-lang/sdk/commit/d37149ad3b988e62e7f87931a06d62de6be1645c

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 9

Patch Set 4 : #

Patch Set 5 : #

Total comments: 9

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+814 lines, -298 lines) Patch
M runtime/observatory/lib/src/service/object.dart View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
A runtime/observatory/tests/service/break_on_activation_test.dart View 1 chunk +191 lines, -0 lines 0 comments Download
M runtime/observatory/tests/service/test_helper.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/debugger.h View 1 2 3 4 5 6 15 chunks +125 lines, -60 lines 0 comments Download
M runtime/vm/debugger.cc View 1 2 3 4 5 44 chunks +433 lines, -212 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 1 2 3 5 chunks +8 lines, -8 lines 0 comments Download
M runtime/vm/json_stream.h View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M runtime/vm/json_stream.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/object_test.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/service.cc View 1 2 3 7 chunks +35 lines, -7 lines 0 comments Download
M runtime/vm/service_event.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
rmacnak
5 years, 7 months ago (2015-05-20 20:32:31 UTC) #2
hausner
This is much better than the first iteration. I struggle with the naming a bit. ...
5 years, 7 months ago (2015-05-21 18:23:55 UTC) #3
rmacnak
https://codereview.chromium.org/1146173003/diff/40001/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://codereview.chromium.org/1146173003/diff/40001/runtime/vm/debugger.cc#newcode2404 runtime/vm/debugger.cc:2404: condition_met = cond; On 2015/05/21 18:23:55, hausner wrote: > ...
5 years, 7 months ago (2015-05-21 21:59:35 UTC) #5
hausner
LGTM with comments. https://codereview.chromium.org/1146173003/diff/80001/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://codereview.chromium.org/1146173003/diff/80001/runtime/vm/debugger.cc#newcode319 runtime/vm/debugger.cc:319: Breakpoint* BreakpointLocation::AddRepeated(Debugger* dbg) { Looks like ...
5 years, 7 months ago (2015-05-21 22:46:23 UTC) #6
rmacnak
https://codereview.chromium.org/1146173003/diff/80001/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://codereview.chromium.org/1146173003/diff/80001/runtime/vm/debugger.cc#newcode319 runtime/vm/debugger.cc:319: Breakpoint* BreakpointLocation::AddRepeated(Debugger* dbg) { On 2015/05/21 22:46:23, hausner wrote: ...
5 years, 7 months ago (2015-05-21 23:51:57 UTC) #7
rmacnak
5 years, 7 months ago (2015-05-21 23:52:16 UTC) #8
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
d37149ad3b988e62e7f87931a06d62de6be1645c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698