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

Unified Diff: runtime/vm/service/service.md

Issue 1407583002: A couple small fixes to service.md. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service/service.md
diff --git a/runtime/vm/service/service.md b/runtime/vm/service/service.md
index 5f7cc6217e12de337b3142e3975f4ebd86dceffb..d0466ef0000d39f5afb244c34439575cf5bba5b7 100644
--- a/runtime/vm/service/service.md
+++ b/runtime/vm/service/service.md
@@ -38,7 +38,7 @@ The Service Protocol uses [JSON-RPC 2.0][].
- [pause](#pause)
- [removeBreakpoint](#removebreakpoint)
- [resume](#resume)
- - [setExceptionPauseMode](#setexceptionpausemode)
+ - [setExceptionPauseMode](#setexceptionpausemode)
- [setLibraryDebuggable](#setlibrarydebuggable)
- [setName](#setname)
- [setVMName](#setvmname)
@@ -1138,6 +1138,10 @@ For more information, see [events](#events).
```
enum EventKind {
+ // Notification that VM identifying information has changed. Currently used
+ // to notify of changes to the VM debugging name via setVMName.
+ VMUpdate,
Cutch 2015/10/13 19:58:09 Sort.
nweiz 2015/10/13 20:12:49 Sort how? They aren't alphabetical, so I assumed t
Cutch 2015/10/13 20:13:55 Acknowledged.
+
// Notification that a new isolate has started.
IsolateStart,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698