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

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

Issue 1132323002: Add Service ID zones to service protocol (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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/service.cc ('k') | runtime/vm/service/vmservice.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service/service.idl
diff --git a/runtime/vm/service/service.idl b/runtime/vm/service/service.idl
index 6aed64d668fb40bf2187c92461b68e60c52ffc52..ec83f2159854796b14e8fd1447bcf1f3da90c5a2 100644
--- a/runtime/vm/service/service.idl
+++ b/runtime/vm/service/service.idl
@@ -127,7 +127,9 @@ interface Service {
eval(isolateId string, targetId string, expression string) InstanceRef
// Returns the current execution stack for an isolate.
- getStack(isolateId string) Stack
+ //
+ // _full is an optional private parameter.
+ getStack(isolateId string, _full bool) Stack
// Returns code coverage information for a library, script, class,
// or function.
@@ -536,7 +538,7 @@ struct Script extends Object {
// (tokenPos, columnNumber) pairs:
//
// [lineNumber, (tokenPos, columnNumber)*]
- //
+ //
// For example, the following table:
//
// [[1, 100, 5, 101, 8],[2, 102, 7]]
« no previous file with comments | « runtime/vm/service.cc ('k') | runtime/vm/service/vmservice.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698