| 251 | // getters |
| 252 | DebugAdapter* GetAdapter() { return m_adapter; } |
| 253 | DebuggerState* GetState() { return m_state; } |
| 254 | BinaryViewRef GetData() { return m_file->GetViewOfType(m_viewName); } |
| 255 | void SetData(BinaryViewRef view) {} |
| 256 | BinaryViewRef GetLiveView() const { return m_liveView; } |
no outgoing calls
no test coverage detected