| 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_
|
|
|