Home
last modified time | relevance | path

Searched refs:ResetHitCounts (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h142 void ResetHitCounts();
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp192 void BreakpointList::ResetHitCounts() { in ResetHitCounts() function in BreakpointList
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1061 GetBreakpointList().ResetHitCounts(); in ResetBreakpointHitCounts()