Chromium Code Reviews| Index: runtime/vm/debugger.h |
| =================================================================== |
| --- runtime/vm/debugger.h (revision 12267) |
| +++ runtime/vm/debugger.h (working copy) |
| @@ -252,6 +252,7 @@ |
| void SetStepOut() { resume_action_ = kStepOut; } |
| void SetExceptionPauseInfo(Dart_ExceptionPauseInfo pause_info); |
| + Dart_ExceptionPauseInfo GetExceptionPauseInfo(); |
| void VisitObjectPointers(ObjectPointerVisitor* visitor); |