Index: runtime/vm/debugger.h |
diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h |
index 5fb456538d24cc96cd4138277a1a1d9d097ab3fe..d143c7f639be31e56f45225ba7ef16fe24fd2680 100644 |
--- a/runtime/vm/debugger.h |
+++ b/runtime/vm/debugger.h |
@@ -454,7 +454,7 @@ class Debugger { |
const DebuggerEvent* PauseEvent() const { return pause_event_; } |
void SetExceptionPauseInfo(Dart_ExceptionPauseInfo pause_info); |
- Dart_ExceptionPauseInfo GetExceptionPauseInfo(); |
+ Dart_ExceptionPauseInfo GetExceptionPauseInfo() const; |
void VisitObjectPointers(ObjectPointerVisitor* visitor); |
@@ -516,6 +516,7 @@ class Debugger { |
uword GetPatchedStubAddress(uword breakpoint_address); |
void PrintBreakpointsToJSONArray(JSONArray* jsarr) const; |
+ void PrintSettingsToJSONObject(JSONObject* jsobj) const; |
static bool IsDebuggable(const Function& func); |