| Index: runtime/vm/isolate.h
|
| ===================================================================
|
| --- runtime/vm/isolate.h (revision 20477)
|
| +++ runtime/vm/isolate.h (working copy)
|
| @@ -457,6 +457,11 @@
|
| intptr_t deopt_frame_copy_size_;
|
| DeferredObject* deferred_objects_;
|
|
|
| + // Status support.
|
| + const char* stacktrace_;
|
| + static bool FetchStacktrace();
|
| + const char* GetStatusStacktrace();
|
| +
|
| static Dart_IsolateCreateCallback create_callback_;
|
| static Dart_IsolateInterruptCallback interrupt_callback_;
|
| static Dart_IsolateUnhandledExceptionCallback unhandled_exception_callback_;
|
|
|