| Index: runtime/vm/debugger.h
|
| ===================================================================
|
| --- runtime/vm/debugger.h (revision 31105)
|
| +++ runtime/vm/debugger.h (working copy)
|
| @@ -167,8 +167,7 @@
|
| Instance* value);
|
|
|
| RawArray* GetLocalVariables();
|
| - RawContext* GetSavedEntryContext(const Context& ctx);
|
| - RawContext* GetSavedEntryContextNew();
|
| + RawContext* GetSavedEntryContext();
|
| RawContext* GetSavedCurrentContext();
|
|
|
| private:
|
| @@ -386,7 +385,6 @@
|
| void SyncBreakpoint(SourceBreakpoint* bpt);
|
|
|
| ActivationFrame* TopDartFrame() const;
|
| - static DebuggerStackTrace* CollectStackTrace();
|
| static ActivationFrame* CollectDartFrame(Isolate* isolate,
|
| uword pc,
|
| StackFrame* frame,
|
| @@ -398,7 +396,7 @@
|
| static RawArray* DeoptimizeToArray(Isolate* isolate,
|
| StackFrame* frame,
|
| const Code& code);
|
| - static DebuggerStackTrace* CollectStackTraceNew();
|
| + static DebuggerStackTrace* CollectStackTrace();
|
| void SignalBpResolved(SourceBreakpoint *bpt);
|
| void SignalPausedEvent(ActivationFrame* top_frame,
|
| SourceBreakpoint* bpt);
|
|
|