| 110 | } |
| 111 | |
| 112 | DebugSession* MemoryView::currentRunningSession() const |
| 113 | { |
| 114 | auto* const session = currentSessionWithStartedApp(); |
| 115 | return session && session->isRunning() ? session : nullptr; |
| 116 | } |
| 117 | |
| 118 | void MemoryView::currentSessionChanged(KDevelop::IDebugSession* iSession, KDevelop::IDebugSession* iPreviousSession) |
| 119 | { |