Home
last modified time | relevance | path

Searched refs:ResetHitCount (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Breakpoint/
DWatchpoint.h208 void ResetHitCount() { m_hit_count = 0; } in ResetHitCount() function
/external/lldb/source/Target/
DTarget.cpp870 wp_sp->ResetHitCount(); in ClearAllWatchpointHitCounts()