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

Issue 1987673002: Initial Implementation of the vm-service protocol (Closed)

Created:
4 years, 7 months ago by sigurdm
Modified:
4 years ago
Reviewers:
Søren Gjesse, danrubel
CC:
dartino-code-reviews_googlegroups.com
Base URL:
git@github.com:dartino/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Basic stepping and breakpoint functionality #

Patch Set 3 : Added dummy setExceptionPauseMode. Rebased. #

Patch Set 4 : respond to pause, addBreakpointWithScriptUri #

Patch Set 5 : merge to master #

Patch Set 6 : serve single-shot #

Patch Set 7 : Rebase to head #

Patch Set 8 : Progress #

Patch Set 9 : Merge #

Patch Set 10 : Merge and update #

Patch Set 11 : cleanup #

Total comments: 2

Patch Set 12 : Merge #

Total comments: 12

Patch Set 13 : Address review #

Patch Set 14 : Keep track of terminated state #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1081 lines, -45 lines) Patch
M pkg/dartino_compiler/lib/cli_debugger.dart View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M pkg/dartino_compiler/lib/debug_state.dart View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -1 line 0 comments Download
A pkg/dartino_compiler/lib/src/debug_service_protocol.dart View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +881 lines, -0 lines 0 comments Download
M pkg/dartino_compiler/lib/src/hub/sentence_parser.dart View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M pkg/dartino_compiler/lib/src/verbs/debug_verb.dart View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +36 lines, -1 line 0 comments Download
M pkg/dartino_compiler/lib/src/verbs/infrastructure.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/dartino_compiler/lib/src/worker/developer.dart View 1 2 3 4 5 6 7 4 chunks +22 lines, -2 lines 0 comments Download
M pkg/dartino_compiler/lib/vm_commands.dart View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +14 lines, -2 lines 0 comments Download
M pkg/dartino_compiler/lib/vm_context.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 16 chunks +92 lines, -20 lines 0 comments Download
M src/vm/session.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +25 lines, -17 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
sigurdm
I think it is high time for review of this.
4 years, 6 months ago (2016-06-09 14:27:46 UTC) #3
danrubel
LGTM https://codereview.chromium.org/1987673002/diff/200001/pkg/dartino_compiler/lib/src/debug_service_protocol.dart File pkg/dartino_compiler/lib/src/debug_service_protocol.dart (right): https://codereview.chromium.org/1987673002/diff/200001/pkg/dartino_compiler/lib/src/debug_service_protocol.dart#newcode100 pkg/dartino_compiler/lib/src/debug_service_protocol.dart:100: // await Chain.capture(() async { Remove commented code? ...
4 years, 6 months ago (2016-06-09 14:35:46 UTC) #4
sigurdm
https://codereview.chromium.org/1987673002/diff/200001/pkg/dartino_compiler/lib/src/debug_service_protocol.dart File pkg/dartino_compiler/lib/src/debug_service_protocol.dart (right): https://codereview.chromium.org/1987673002/diff/200001/pkg/dartino_compiler/lib/src/debug_service_protocol.dart#newcode100 pkg/dartino_compiler/lib/src/debug_service_protocol.dart:100: // await Chain.capture(() async { On 2016/06/09 14:35:46, danrubel ...
4 years, 6 months ago (2016-06-09 14:38:23 UTC) #5
danrubel
On 2016/06/09 14:38:23, sigurdm wrote: > https://codereview.chromium.org/1987673002/diff/200001/pkg/dartino_compiler/lib/src/debug_service_protocol.dart > File pkg/dartino_compiler/lib/src/debug_service_protocol.dart (right): > > https://codereview.chromium.org/1987673002/diff/200001/pkg/dartino_compiler/lib/src/debug_service_protocol.dart#newcode100 > ...
4 years, 6 months ago (2016-06-09 14:56:04 UTC) #6
Søren Gjesse
lgtm https://codereview.chromium.org/1987673002/diff/220001/pkg/dartino_compiler/lib/src/debug_service_protocol.dart File pkg/dartino_compiler/lib/src/debug_service_protocol.dart (right): https://codereview.chromium.org/1987673002/diff/220001/pkg/dartino_compiler/lib/src/debug_service_protocol.dart#newcode100 pkg/dartino_compiler/lib/src/debug_service_protocol.dart:100: // await Chain.capture(() async { What is the ...
4 years, 6 months ago (2016-06-13 13:06:30 UTC) #7
sigurdm
Committed patchset #14 (id:260001) manually as 5d421adde730b2c7e8b36d4b1ac418fbe63ab63a (presubmit successful).
4 years, 6 months ago (2016-06-14 08:14:55 UTC) #9
sigurdm
https://codereview.chromium.org/1987673002/diff/220001/pkg/dartino_compiler/lib/src/debug_service_protocol.dart File pkg/dartino_compiler/lib/src/debug_service_protocol.dart (right): https://codereview.chromium.org/1987673002/diff/220001/pkg/dartino_compiler/lib/src/debug_service_protocol.dart#newcode100 pkg/dartino_compiler/lib/src/debug_service_protocol.dart:100: // await Chain.capture(() async { On 2016/06/13 13:06:30, Søren ...
4 years, 6 months ago (2016-06-14 08:17:21 UTC) #10
sigurdm
4 years, 6 months ago (2016-06-14 08:17:23 UTC) #11
Message was sent while issue was closed.

          

Powered by Google App Engine
This is Rietveld 408576698