Searched refs:HasResolvedLocations (Results 1 – 7 of 7) sorted by relevance
58 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepThrough()
69 if (breakpoint->IsHardware() && !breakpoint->HasResolvedLocations()) in SetInitialBreakpoints()
55 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepUntil()
357 !m_next_branch_bp_sp->HasResolvedLocations()) in SetNextBranchBreakpoint()
145 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepOut()
425 bool HasResolvedLocations() const;
843 bool Breakpoint::HasResolvedLocations() const { in HasResolvedLocations() function in Breakpoint