Lines Matching defs:breakpoint
61 // any breakpoint ID range specifiers.
65 // canonical breakpoint IDs corresponding to
125 "'%d' is not a valid breakpoint ID.\n",
152 "'%s' is not a valid breakpoint ID.\n",
160 "'%s' is not a valid breakpoint ID.\n",
173 "Invalid breakpoint id range: Either "
175 " a breakpoint location, or neither can "
176 "specify a breakpoint location.");
179 // We have valid range starting & ending breakpoint IDs. Go through all
184 // start_bp_id and end_bp_id are for the same breakpoint; otherwise we have
185 // an illegal range: breakpoint id ranges that specify bp locations are NOT
194 "Invalid range: Ranges that specify particular breakpoint "
196 " must be within the same major breakpoint; you specified two"
205 Breakpoint *breakpoint = breakpoints.GetBreakpointAtIndex(j).get();
206 break_id_t cur_bp_id = breakpoint->GetID();
211 const size_t num_locations = breakpoint->GetNumLocations();
216 BreakpointLocation *bp_loc = breakpoint->GetLocationAtIndex(k).get();
228 BreakpointLocation *bp_loc = breakpoint->GetLocationAtIndex(k).get();