9#ifndef LLDB_BREAKPOINT_STOPPOINT_HIT_COUNTER_H
10#define LLDB_BREAKPOINT_STOPPOINT_HIT_COUNTER_H
uint32_t GetValue() const
uint32_t m_hit_count
Number of times this breakpoint/watchpoint has been hit.
void Decrement(uint32_t difference=1)
void Increment(uint32_t difference=1)
A class that represents a running process on the host machine.