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

Issue 19622003: VM Service isolate listing (Closed)

Created:
7 years, 5 months ago by Cutch
Modified:
7 years, 5 months ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 37

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+805 lines, -49 lines) Patch
M runtime/bin/main.cc View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/bin/resources_sources.gypi View 1 chunk +8 lines, -0 lines 0 comments Download
A + runtime/bin/vmservice/constants.dart View 1 2 3 4 5 6 1 chunk +4 lines, -3 lines 0 comments Download
A runtime/bin/vmservice/resources.dart View 1 2 3 4 1 chunk +45 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/running_isolate.dart View 1 2 3 4 1 chunk +48 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/running_isolates.dart View 1 2 3 4 1 chunk +70 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/server.dart View 1 2 3 4 5 6 1 chunk +65 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/service_request.dart View 1 2 3 4 1 chunk +54 lines, -0 lines 0 comments Download
A + runtime/bin/vmservice/service_request_router.dart View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/vmservice.dart View 1 2 3 4 5 6 1 chunk +33 lines, -4 lines 0 comments Download
A + runtime/bin/vmservice/vmservice_io.dart View 1 2 3 4 1 chunk +7 lines, -13 lines 0 comments Download
M runtime/bin/vmservice_impl.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/vmservice_impl.cc View 1 2 3 4 5 7 chunks +117 lines, -4 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 4 5 3 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/message.h View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
A + runtime/vm/service.h View 1 2 3 4 1 chunk +11 lines, -5 lines 0 comments Download
A runtime/vm/service.cc View 1 2 3 4 1 chunk +53 lines, -0 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M tests/standalone/standalone.status View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
A + tests/standalone/vmservice/isolate_list_script.dart View 1 2 3 4 5 1 chunk +6 lines, -12 lines 0 comments Download
A tests/standalone/vmservice/isolate_list_test.dart View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A tests/standalone/vmservice/multiple_isolate_list_script.dart View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download
A tests/standalone/vmservice/multiple_isolate_list_test.dart View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
A tests/standalone/vmservice/test_helper.dart View 1 2 3 4 5 6 1 chunk +159 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Cutch
7 years, 5 months ago (2013-07-17 22:32:50 UTC) #1
Cutch
PTAL. I've added more tests and reworked the test suite so that vm service port ...
7 years, 5 months ago (2013-07-18 22:15:14 UTC) #2
siva
https://codereview.chromium.org/19622003/diff/8001/runtime/bin/vmservice/constants.dart File runtime/bin/vmservice/constants.dart (right): https://codereview.chromium.org/19622003/diff/8001/runtime/bin/vmservice/constants.dart#newcode9 runtime/bin/vmservice/constants.dart:9: static const int isolateShutdownMessageId = 2; Can these just ...
7 years, 5 months ago (2013-07-19 17:41:16 UTC) #3
Cutch
https://codereview.chromium.org/19622003/diff/8001/runtime/bin/vmservice/constants.dart File runtime/bin/vmservice/constants.dart (right): https://codereview.chromium.org/19622003/diff/8001/runtime/bin/vmservice/constants.dart#newcode9 runtime/bin/vmservice/constants.dart:9: static const int isolateShutdownMessageId = 2; On 2013/07/19 17:41:16, ...
7 years, 5 months ago (2013-07-19 18:15:02 UTC) #4
Cutch
Message type is gone. PTAL.
7 years, 5 months ago (2013-07-19 20:17:36 UTC) #5
siva
lgtm
7 years, 5 months ago (2013-07-19 21:13:24 UTC) #6
Cutch
7 years, 5 months ago (2013-07-22 15:39:17 UTC) #7
Message was sent while issue was closed.
Committed patchset #7 manually as r25279 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698