Searched refs:m_is_watchpoint (Results 1 – 3 of 3) sorted by relevance
80 m_is_watchpoint = 1; in SetIsWatchpoint()84 bool IsBreakpoint() const { return m_is_watchpoint == 0; } in IsBreakpoint()85 bool IsWatchpoint() const { return m_is_watchpoint == 1; } in IsWatchpoint()110 m_is_watchpoint : 1, // 1 if this is a watchpoint variable
25 m_is_watchpoint(0), m_watch_read(0), m_watch_write(0), in DNBBreakpoint()
715 added m_tid, m_enabled, m_hw_preferred, m_is_watchpoint, m_watch_read,