Searched refs:HasResolvedLocations (Results 1 – 7 of 7) sorted by relevance
58 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()
357 !m_next_branch_bp_sp->HasResolvedLocations()) in SetNextBranchBreakpoint()
144 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepOut()
414 bool HasResolvedLocations() const;
857 bool Breakpoint::HasResolvedLocations() const { in HasResolvedLocations() function in Breakpoint