| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index 2e603f1c54951cd43fdc223ce0527031a666dd5f..9401e85ade142185e58d3c20afb8fc1cfdfcd893 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -535,6 +535,9 @@ class Isolate : public BaseIsolate {
|
| void set_deoptimized_code_array(const GrowableObjectArray& value);
|
| void TrackDeoptimizedCode(const Code& code);
|
|
|
| + // Also sends a paused at exit event over the service protocol.
|
| + void SetStickyError(RawError* sticky_error);
|
| +
|
| RawError* sticky_error() const { return sticky_error_; }
|
| void clear_sticky_error();
|
|
|
|
|