dart-sdk/pkg/vm_service
Alexander Aprelev 8d792c35f4 [vm/enable_isolate_groups] Fix mark_main_isolate_as_system_isolate_test so it works as expected with '--enable-isolate-groups' option.
`--mark-main-isolate-as-system-isolate` option affects all isolates in the main isolate group. The test had to be adjusted so it verifies that isolates in new isolate groups remain non-system in presence of this option.

This is follow-up to https://dart-review.googlesource.com/c/sdk/+/207203

TEST=mark_main_isolate_as_system_isolate_test

Change-Id: I74d94accab2094311a1067ca3853fd4e19d9c67f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212030
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
2021-08-31 23:05:56 +00:00
..
example [ VM / Service ] Add function signature, type parameter information to the service protocol 2021-07-23 01:20:25 +00:00
java [ VM / Service ] Add reportLines flag to getSourceReport RPC 2021-08-26 18:42:58 +00:00
lib [ VM / Service ] Add reportLines flag to getSourceReport RPC 2021-08-26 18:42:58 +00:00
test [vm/enable_isolate_groups] Fix mark_main_isolate_as_system_isolate_test so it works as expected with '--enable-isolate-groups' option. 2021-08-31 23:05:56 +00:00
tool [ package:vm_service ] Handle case where no 'type' key-value is included 2021-07-15 20:56:02 +00:00
.gitignore [vm service] generate the Java version of the library with the Dart version 2019-08-04 23:42:22 +00:00
analysis_options.yaml pkg:vm_service - update and fix lints at pedantic v1.8 2020-06-10 05:08:27 +00:00
CHANGELOG.md [ VM / Service ] Add reportLines flag to getSourceReport RPC 2021-08-26 18:42:58 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
pubspec.yaml [ VM / Service ] Add reportLines flag to getSourceReport RPC 2021-08-26 18:42:58 +00:00
README.md Fix pub.dev URLs throughout SDK repo 2019-11-20 11:30:48 +00:00

vm_service

pub package

A library to access the VM Service Protocol.

Usage

See the example for a simple use of the library's API.

The VM Service Protocol spec can be found at github.com/dart-lang/sdk/runtime/vm/service/service.md.

Features and bugs

Please file feature requests and bugs at the issue tracker.