Searched defs:ResetHitCount (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/include/lldb/Breakpoint/ | ||
H A D | StoppointSite.h | 35 void ResetHitCount() { m_hit_counter.Reset(); } in ResetHitCount() function |
H A D | BreakpointLocation.h | 91 void ResetHitCount() { m_hit_counter.Reset(); } ResetHitCount() function |
/llvm-project/lldb/source/Breakpoint/ | ||
H A D | BreakpointLocationList.cpp | 179 void BreakpointLocationList::ResetHitCount() { ResetHitCount() function in BreakpointLocationList |
H A D | Breakpoint.cpp | 321 void Breakpoint::ResetHitCount() { ResetHitCount() function in Breakpoint |