dart-sdk/runtime
Ben Konyi 48808f7dce [ VM / Service ] Added getClientName, setClientName and requireResumeApproval RPCs
Add support for naming VM service clients which allows for resume
permissions to be set for all clients of the same name. If a client
name requires resume approval, an isolate won't be resumed until all
clients which require resume approval have called the `resume` RPC.

Resume approvals can be set for the following pause events:
- PauseOnStart
- PausePostRequest (issued after `reloadSources(pause: true)`)
- PauseOnExit

Change-Id: I7dde3d8aaeccfcf47fa84f1f92159846f1560e16
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/133621
Commit-Queue: Ben Konyi <bkonyi@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
Reviewed-by: Gary Roumanis <grouma@google.com>
2020-02-05 00:02:17 +00:00
..
bin [vm] seperate error and unknown types for getStdioHandletype 2020-01-31 17:07:22 +00:00
docs [vm/docs] Publish "Introduction to Dart VM" source and build tools. 2020-02-04 09:04:32 +00:00
include [vm/embedder] Add documentation to Dart_CompileToKernel 2020-01-31 15:03:42 +00:00
lib [vm] Remove FLAG_support_service and FLAG_support_reload, superseded by PRODUCT define. 2020-02-04 23:31:17 +00:00
llvm_codegen [llvm_codegen] Use exclusively SExpression support from VM and nothing else. 2019-10-30 16:27:04 +00:00
observatory [ VM / Service ] Added getClientName, setClientName and requireResumeApproval RPCs 2020-02-05 00:02:17 +00:00
platform [vm/aot] Use a global dispatch table for instance calls in AOT. 2020-02-03 11:04:15 +00:00
tests/vm Revert "[vm/aot] Remove object wrapping of bare instructions for AOT snapshots." 2020-02-04 17:32:28 +00:00
third_party Mass format python with yapf 2019-08-05 20:34:31 +00:00
tools [ DartFuzz ] Quality of life improvements in log output 2020-02-04 22:06:30 +00:00
vm [ VM / Service ] Added getClientName, setClientName and requireResumeApproval RPCs 2020-02-05 00:02:17 +00:00
.clang-tidy [vm] Add runtime/.clang-tidy file 2019-09-05 09:51:13 +00:00
.gitignore
BUILD.gn [vm] Reland the flag flip behind the --nnbd build flag 2020-01-30 23:41:19 +00:00
codereview.settings
configs.gni [VM/runtime] - Remove DART_NO_SNAPSHOT 2020-01-08 18:56:21 +00:00
CPPLINT.cfg
PRESUBMIT.py Mass format python with yapf 2019-08-05 20:34:31 +00:00
runtime_args.gni [vm] DBC is obsolete. Remove dead code. 2019-10-27 18:18:29 +00:00