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

/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointListView.cpp116 int32 teamIndex = 0; local
117 Watchpoint* newWatchpoint = fTeam->WatchpointAt(teamIndex);
124 teamIndex++;
125 newWatchpoint = fTeam->WatchpointAt(teamIndex);
141 teamIndex++;
142 newWatchpoint = fTeam->WatchpointAt(teamIndex);

Completed in 68 milliseconds