| Index: runtime/vm/debugger.h
|
| diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h
|
| index 4c67412a975bbffb79b2e3394a7bbb65e3e349de..ab16c481d118a8951dea43066acd24663bd9d76b 100644
|
| --- a/runtime/vm/debugger.h
|
| +++ b/runtime/vm/debugger.h
|
| @@ -259,6 +259,7 @@ class Debugger {
|
| void BreakpointCallback();
|
|
|
| DebuggerStackTrace* StackTrace() const { return stack_trace_; }
|
| + DebuggerStackTrace* CollectStackTrace();
|
|
|
| RawArray* GetInstanceFields(const Instance& obj);
|
| RawArray* GetStaticFields(const Class& cls);
|
| @@ -309,7 +310,6 @@ class Debugger {
|
|
|
| void SyncBreakpoint(SourceBreakpoint* bpt);
|
|
|
| - DebuggerStackTrace* CollectStackTrace();
|
| void SignalBpResolved(SourceBreakpoint *bpt);
|
|
|
| bool IsDebuggable(const Function& func);
|
|
|