Searched refs:HasResolvedLocations (Results 1 – 7 of 7) sorted by relevance
63 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepThrough()
72 if (breakpoint->IsHardware() && !breakpoint->HasResolvedLocations()) in SetInitialBreakpoints()
58 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepUntil()
134 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepOut()
345 !m_next_branch_bp_sp->HasResolvedLocations()) in SetNextBranchBreakpoint()
507 bool HasResolvedLocations() const;
856 bool Breakpoint::HasResolvedLocations() const { in HasResolvedLocations() function in Breakpoint