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

Unified Diff: runtime/vm/service.h

Issue 1398823002: We can now name the current VM using the service protocol. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: more 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 | « runtime/vm/json_stream.cc ('k') | runtime/vm/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service.h
diff --git a/runtime/vm/service.h b/runtime/vm/service.h
index 4e4ccd24099d4f0d7e13bb4c8a69e2be809a74ab..3fe90fec457c7490dbae3430af1a4beda428c4ff 100644
--- a/runtime/vm/service.h
+++ b/runtime/vm/service.h
@@ -129,6 +129,7 @@ class Service : public AllStatic {
const Error& error);
// Well-known streams.
+ static StreamInfo vm_stream;
static StreamInfo isolate_stream;
static StreamInfo debug_stream;
static StreamInfo gc_stream;
@@ -146,6 +147,8 @@ class Service : public AllStatic {
return stream_cancel_callback_;
}
+ static void PrintJSONForVM(JSONStream* js, bool ref);
+
private:
static void InvokeMethod(Isolate* isolate, const Array& message);
« no previous file with comments | « runtime/vm/json_stream.cc ('k') | runtime/vm/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698