Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ currentThread
Method
currentThread
kdevplatform/debugger/framestack/framestackmodel.cpp:348–353 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
}
347
348
int FrameStackModel::currentThread() const
349
{
350
Q_D(const FrameStackModel);
351
352
return d->m_currentThread;
353
}
354
355
QModelIndex FrameStackModel::currentThreadIndex() const
356
{
Callers
4
handleEvent
Method · 0.80
currentSessionChanged
Method · 0.80
executeCmd
Method · 0.80
testCatchpoint
Method · 0.80
Calls
no outgoing calls
Tested by
1
testCatchpoint
Method · 0.64