Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
QString IDebugSession::currentAddr() const
138
{
139
Q_D(const IDebugSession);
140
141
return d->m_addr;
142
}
143
144
void IDebugSessionPrivate::slotStateChanged(IDebugSession::DebuggerState state)
145
{
Callers
3
verifyCurrentLocation
Function · 0.80
testReceivePosixSignal
Method · 0.80
DisassembleWidget
Method · 0.80
Calls
no outgoing calls
Tested by
2
verifyCurrentLocation
Function · 0.64
testReceivePosixSignal
Method · 0.64