Lines Matching defs:BP
377 BreakpointSP BP = List.GetBreakpointAtIndex(i);
378 P.formatLine("Breakpoint ID {0}:", BP->GetID());
380 P.formatLine("{0} location{1}.", BP->GetNumLocations(),
381 plural(BP->GetNumLocations()));
382 if (BP->GetNumLocations() > 0)
384 P.formatLine("{0} resolved location{1}.", BP->GetNumResolvedLocations(),
385 plural(BP->GetNumResolvedLocations()));
386 if (BP->GetNumResolvedLocations() > 0)
388 for (size_t l = 0, le = BP->GetNumLocations(); l < le; ++l) {
389 BreakpointLocationSP Loc = BP->GetLocationAtIndex(l);
397 sc.DumpStopContext(&S, BP->GetTarget().GetProcessSP().get(),