Home
last modified time | relevance | path

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

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