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.
|
inline |
Definition at line 22 of file StoppointHitCounter.h.
References m_hit_count.
|
inline |
Definition at line 24 of file StoppointHitCounter.h.
References lldbassert, and m_hit_count.
|
inline |
Definition at line 34 of file StoppointHitCounter.h.
References m_hit_count.
|
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().