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

Method currentAddr

kdevplatform/debugger/interfaces/idebugsession.cpp:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137QString IDebugSession::currentAddr() const
138{
139 Q_D(const IDebugSession);
140
141 return d->m_addr;
142}
143
144void IDebugSessionPrivate::slotStateChanged(IDebugSession::DebuggerState state)
145{

Callers 3

verifyCurrentLocationFunction · 0.80
DisassembleWidgetMethod · 0.80

Calls

no outgoing calls

Tested by 2

verifyCurrentLocationFunction · 0.64