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

Issue 1978603002: Remove DebuggerEvent. Refactor remaining code. (Closed)

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

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : code review #

Patch Set 3 : fix warning in new xcode #

Patch Set 4 : before landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -378 lines) Patch
M runtime/lib/developer.cc View 1 3 chunks +9 lines, -2 lines 0 comments Download
M runtime/vm/code_generator.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/debugger.h View 9 chunks +24 lines, -111 lines 0 comments Download
M runtime/vm/debugger.cc View 1 21 chunks +105 lines, -149 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 4 chunks +15 lines, -10 lines 0 comments Download
M runtime/vm/debugger_test.cc View 5 chunks +6 lines, -7 lines 0 comments Download
M runtime/vm/exceptions.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_range_analysis_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/isolate.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M runtime/vm/object_test.cc View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M runtime/vm/parser_test.cc View 1 chunk +1 line, -4 lines 0 comments Download
M runtime/vm/service.h View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/service.cc View 1 chunk +9 lines, -8 lines 0 comments Download
M runtime/vm/service_event.h View 4 chunks +19 lines, -6 lines 0 comments Download
M runtime/vm/service_event.cc View 6 chunks +31 lines, -66 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
turnidge
https://codereview.chromium.org/1978603002/diff/1/runtime/vm/flow_graph_range_analysis_test.cc File runtime/vm/flow_graph_range_analysis_test.cc (right): https://codereview.chromium.org/1978603002/diff/1/runtime/vm/flow_graph_range_analysis_test.cc#newcode79 runtime/vm/flow_graph_range_analysis_test.cc:79: #if 0 Ignore this change -- I need it ...
4 years, 7 months ago (2016-05-12 20:06:06 UTC) #2
hausner
Debugger changes look good to me. Nice cleanup. https://codereview.chromium.org/1978603002/diff/1/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://codereview.chromium.org/1978603002/diff/1/runtime/vm/debugger.cc#newcode332 runtime/vm/debugger.cc:332: Nit: ...
4 years, 7 months ago (2016-05-12 20:54:07 UTC) #3
Cutch
LGTM https://codereview.chromium.org/1978603002/diff/1/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://codereview.chromium.org/1978603002/diff/1/runtime/vm/debugger.cc#newcode2165 runtime/vm/debugger.cc:2165: ASSERT(Thread::Current()->execution_state() == Thread::kThreadInVM); Nice catch! How did you ...
4 years, 7 months ago (2016-05-12 21:12:22 UTC) #4
turnidge
https://codereview.chromium.org/1978603002/diff/1/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://codereview.chromium.org/1978603002/diff/1/runtime/vm/debugger.cc#newcode332 runtime/vm/debugger.cc:332: On 2016/05/12 20:54:07, hausner wrote: > Nit: extra blank ...
4 years, 7 months ago (2016-05-13 15:29:33 UTC) #5
turnidge
https://codereview.chromium.org/1978603002/diff/1/runtime/vm/flow_graph_range_analysis_test.cc File runtime/vm/flow_graph_range_analysis_test.cc (right): https://codereview.chromium.org/1978603002/diff/1/runtime/vm/flow_graph_range_analysis_test.cc#newcode79 runtime/vm/flow_graph_range_analysis_test.cc:79: #if 0 On 2016/05/12 20:06:05, turnidge wrote: > Ignore ...
4 years, 7 months ago (2016-05-13 15:49:35 UTC) #6
turnidge
4 years, 7 months ago (2016-05-13 16:47:46 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
6b28b4f7ef63933a89ac7ce9b64c3eb8eb2ff931 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698