| Index: runtime/vm/debugger_arm.cc
|
| ===================================================================
|
| --- runtime/vm/debugger_arm.cc (revision 4638)
|
| +++ runtime/vm/debugger_arm.cc (working copy)
|
| @@ -14,6 +14,23 @@
|
| return NULL;
|
| }
|
|
|
| +
|
| +RawInstance* ActivationFrame::GetInstanceCallReceiver(
|
| + intptr_t num_actual_args) {
|
| + UNIMPLEMENTED();
|
| + return NULL;
|
| +}
|
| +
|
| +
|
| +void Breakpoint::PatchFunctionReturn() {
|
| + UNIMPLEMENTED();
|
| +}
|
| +
|
| +
|
| +void Breakpoint::RestoreFunctionReturn() {
|
| + UNIMPLEMENTED();
|
| +}
|
| +
|
| } // namespace dart
|
|
|
| #endif // defined TARGET_ARCH_ARM
|
|
|