Searched refs:HasResolvedLocations (Results 1 – 7 of 7) sorted by relevance
57 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepThrough()
68 if (breakpoint->IsHardware() && !breakpoint->HasResolvedLocations()) in SetInitialBreakpoints()
54 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepUntil()
144 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepOut()
356 !m_next_branch_bp_sp->HasResolvedLocations()) in SetNextBranchBreakpoint()
414 bool HasResolvedLocations() const;
835 bool Breakpoint::HasResolvedLocations() const { in HasResolvedLocations() function in Breakpoint