Searched defs:ResetHitCount (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h35 void ResetHitCount() { m_hit_counter.Reset(); } function in class:lldb_private::StoppointSite
H A DBreakpointLocation.h91 void ResetHitCount() { m_hit_counter.Reset(); } function in class:lldb_private::BreakpointLocation
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp179 void BreakpointLocationList::ResetHitCount() { function in class:BreakpointLocationList
H A DBreakpoint.cpp324 void Breakpoint::ResetHitCount() { function in class:Breakpoint

Completed in 111 milliseconds