| Index: runtime/bin/dbg_message.h
|
| ===================================================================
|
| --- runtime/bin/dbg_message.h (revision 21764)
|
| +++ runtime/bin/dbg_message.h (working copy)
|
| @@ -245,6 +245,9 @@
|
| static void IsolateEventHandler(Dart_IsolateId isolate_id,
|
| Dart_IsolateEvent kind);
|
|
|
| + // Print list of isolate ids of all message queues into text buffer.
|
| + static void ListIsolateIds(dart::TextBuffer* msg);
|
| +
|
| private:
|
| static DbgMsgQueue* GetIsolateMsgQueueLocked(Dart_IsolateId isolate_id);
|
|
|
|
|