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

Unified Diff: runtime/include/dart_debugger_api.h

Issue 145323002: Post-meetup feature extravaganza. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 11 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/bin/vmservice/client/lib/src/observatory_elements/stack_trace.html ('k') | runtime/lib/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/include/dart_debugger_api.h
===================================================================
--- runtime/include/dart_debugger_api.h (revision 32126)
+++ runtime/include/dart_debugger_api.h (working copy)
@@ -704,28 +704,4 @@
*/
DART_EXPORT Dart_IsolateId Dart_GetIsolateId(Dart_Isolate isolate);
-
-/**
- * Returns VM status information. VM status is implemented using a
- * different status plug-in for each type of status; for example, there
- * might be an "isolate" plug-in that returns information about the
- * current isolates.
- *
- * To get a list of status types, this function is called with a
- * status_type parameter of "statustypes". This list is useful when
- * building a status dashboard.
- *
- * TODO(tball): we need to figure out which isolate this command needs
- * to be sent to after parsing the string and then send an OOB message
- * to that isolate.
- *
- * \param request A REST-like string, which uses '/' to separate
- * parameters. The first parameter is always the status type.
- *
- * \return The requested status as a JSON formatted string, with the
- * contents defined by the status plug-in. The caller is responsible
- * for freeing this string.
- */
-DART_EXPORT char* Dart_GetVmStatus(const char* request);
-
#endif // INCLUDE_DART_DEBUGGER_API_H_
« no previous file with comments | « runtime/bin/vmservice/client/lib/src/observatory_elements/stack_trace.html ('k') | runtime/lib/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698