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

Method runToCursor

plugins/debuggercommon/widgets/disassemblewidget.cpp:290–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void DisassembleWidget::runToCursor()
291{
292 if (auto* const session = currentRunningSession()) {
293 const auto address = m_disassembleWindow->selectedAddress();
294 Q_ASSERT(!address.isEmpty());
295 session->runUntil(address);
296 }
297}
298
299void DisassembleWidget::currentSessionChanged(KDevelop::IDebugSession* iSession,
300 KDevelop::IDebugSession* iPreviousSession)

Callers

nothing calls this directly

Calls 4

currentRunningSessionFunction · 0.85
selectedAddressMethod · 0.80
runUntilMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected