Index: runtime/vm/debugger.h |
=================================================================== |
--- runtime/vm/debugger.h (revision 20901) |
+++ runtime/vm/debugger.h (working copy) |
@@ -334,7 +334,7 @@ |
void SyncBreakpoint(SourceBreakpoint* bpt); |
- DebuggerStackTrace* CollectStackTrace(); |
+ static DebuggerStackTrace* CollectStackTrace(); |
void SignalBpResolved(SourceBreakpoint *bpt); |
bool IsDebuggable(const Function& func); |
@@ -381,6 +381,7 @@ |
static BreakpointHandler* bp_handler_; |
static EventHandler* event_handler_; |
+ friend class Isolate; |
friend class SourceBreakpoint; |
DISALLOW_COPY_AND_ASSIGN(Debugger); |
}; |