| Index: runtime/vm/debugger.h
|
| ===================================================================
|
| --- runtime/vm/debugger.h (revision 21556)
|
| +++ runtime/vm/debugger.h (working copy)
|
| @@ -232,7 +232,7 @@
|
| struct DebuggerEvent {
|
| EventType type;
|
| union {
|
| - DebuggerStackTrace* stack_trace;
|
| + ActivationFrame* top_frame;
|
| SourceBreakpoint* breakpoint;
|
| const Object* exception;
|
| Dart_Port isolate_id;
|
| @@ -291,7 +291,6 @@
|
| Dart_Port GetIsolateId() { return isolate_id_; }
|
|
|
| static void SetEventHandler(EventHandler* handler);
|
| - static void SetBreakpointHandler(BreakpointHandler* handler);
|
|
|
| // Utility functions.
|
| static const char* QualifiedFunctionName(const Function& func);
|
|
|