Home
last modified time | relevance | path

Searched refs:updateHitCount (Results 1 – 5 of 5) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/debugger/interfaces/
H A Dibreakpointcontroller.cpp51 void IBreakpointController::updateHitCount(int row, int hitCount) in updateHitCount() function in KDevelop::IBreakpointController
53 breakpointModel()->updateHitCount(row, hitCount); in updateHitCount()
197 updateHitCount(breakpointModel()->breakpointIndex(breakpoint, 0).row(), count); in setHitCount()
H A Dibreakpointcontroller.h68 void updateHitCount(int row, int hitCount);
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/debugger/breakpoint/
H A Dbreakpointmodel.h171 void updateHitCount(int row, int hitCount);
H A Dbreakpointmodel.cpp333 void BreakpointModel::updateHitCount(int row, int hitCount) in updateHitCount() function in BreakpointModel
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/debuggercommon/
H A Dmibreakpointcontroller.cpp708 updateHitCount(row, hitCount); in updateFromDebugger()