| 67 | |
| 68 | |
| 69 | void DebuggerController::SetData(const Ref<BinaryView>& data) |
| 70 | { |
| 71 | BNDebuggerSetData(m_object, BNNewViewReference(data->GetObject())); |
| 72 | } |
| 73 | |
| 74 | |
| 75 | Ref<Architecture> DebuggerController::GetRemoteArchitecture() |
nothing calls this directly
no test coverage detected