MCPcopy 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
348int FrameStackModel::currentThread() const
349{
350 Q_D(const FrameStackModel);
351
352 return d->m_currentThread;
353}
354
355QModelIndex FrameStackModel::currentThreadIndex() const
356{

Callers 4

handleEventMethod · 0.80
currentSessionChangedMethod · 0.80
executeCmdMethod · 0.80
testCatchpointMethod · 0.80

Calls

no outgoing calls

Tested by 1

testCatchpointMethod · 0.64