LLDB mainline
|
#include <StoppointHitCounter.h>
Public Member Functions | |
uint32_t | GetValue () const |
void | Increment (uint32_t difference=1) |
void | Decrement (uint32_t difference=1) |
void | Reset () |
Private Attributes | |
uint32_t | m_hit_count = 0 |
Number of times this breakpoint/watchpoint has been hit. | |
Definition at line 20 of file StoppointHitCounter.h.
|
inline |
Definition at line 29 of file StoppointHitCounter.h.
References lldbassert, and m_hit_count.
Referenced by lldb_private::BreakpointLocation::UndoBumpHitCount(), and lldb_private::Watchpoint::UndoHitCount().
|
inline |
Definition at line 22 of file StoppointHitCounter.h.
References m_hit_count.
Referenced by lldb_private::Breakpoint::GetHitCount(), lldb_private::BreakpointLocation::GetHitCount(), and lldb_private::StoppointSite::GetHitCount().
|
inline |
Definition at line 24 of file StoppointHitCounter.h.
References lldbassert, and m_hit_count.
Referenced by lldb_private::BreakpointLocation::BumpHitCount(), lldb_private::BreakpointSite::ShouldStop(), and lldb_private::Watchpoint::ShouldStop().
|
inline |
Definition at line 34 of file StoppointHitCounter.h.
References m_hit_count.
Referenced by lldb_private::Breakpoint::ResetHitCount(), lldb_private::BreakpointLocation::ResetHitCount(), and lldb_private::StoppointSite::ResetHitCount().
|
private |
Number of times this breakpoint/watchpoint has been hit.
Definition at line 38 of file StoppointHitCounter.h.
Referenced by Decrement(), GetValue(), Increment(), and Reset().