Searched refs:watchpointIndex (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointListView.cpp133 int32 watchpointIndex = 0; local
135 Watchpoint* newWatchpoint = fTeam->WatchpointAt(watchpointIndex);
162 ++watchpointIndex;
164 newWatchpoint = fTeam->WatchpointAt(watchpointIndex);
207 newWatchpoint = fTeam->WatchpointAt(++watchpointIndex);

Completed in 28 milliseconds