Searched refs:HasResolvedLocations (Results 1 – 8 of 8) 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()
145 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepOut()
358 !m_next_branch_bp_sp->HasResolvedLocations()) in SetNextBranchBreakpoint()
424 bool HasResolvedLocations() const;
122 if (!bp_sp || !bp_sp->HasResolvedLocations()) in SetupVariableWatchpointDisabler()
826 bool Breakpoint::HasResolvedLocations() const { in HasResolvedLocations() function in Breakpoint