MCPcopy Create free account
hub / github.com/KDE/kdevelop / currentRunningSession

Method currentRunningSession

plugins/gdb/memviewdlg.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

isRunningMethod · 0.45

Tested by

no test coverage detected