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

Issue 1149983003: Reapply "Per-closure breakpoints; restructure breakpoint implementation to keep a list of condition… (Closed)

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

Reapply "Per-closure breakpoints; restructure breakpoint implementation to keep a list of conditions." Fix copying breakpoints over to a new location when a latent location is resolved. Fix bad assumption that BreakpointLocationAtLine always returns non-null result. Committed: https://github.com/dart-lang/sdk/commit/74dfae69e303b12d5313b4ac32b4535496735a79

Patch Set 1 #

Patch Set 2 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+817 lines, -298 lines) Patch
M runtime/observatory/lib/src/service/object.dart View 1 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 15 chunks +125 lines, -60 lines 0 comments Download
M runtime/vm/debugger.cc View 1 44 chunks +436 lines, -212 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M runtime/vm/json_stream.h View 1 5 chunks +5 lines, -5 lines 0 comments Download
M runtime/vm/json_stream.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/object_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/service.cc View 1 7 chunks +35 lines, -7 lines 0 comments Download
M runtime/vm/service_event.h View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
rmacnak
@@ -1939,8 +1939,11 @@ Breakpoint* Debugger::SetBreakpointAtActivation( Breakpoint* Debugger::SetBreakpointAtLine(const String& script_url, intptr_t line_number) { - BreakpointLocation* ...
5 years, 7 months ago (2015-05-22 17:54:42 UTC) #2
rmacnak
Committed patchset #2 (id:20001) manually as 74dfae69e303b12d5313b4ac32b4535496735a79 (presubmit successful).
5 years, 7 months ago (2015-05-27 16:59:38 UTC) #3
Ivan Posva
5 years, 7 months ago (2015-05-27 20:24:47 UTC) #4
Message was sent while issue was closed.
The new changes LGTM.

-Ivan

Powered by Google App Engine
This is Rietveld 408576698