Lines Matching refs:wp_sp
491 lldb::WatchpointSP wp_sp = in GetStopInfoForHardwareBP() local
493 if (wp_sp && wp_sp->IsEnabled()) { in GetStopInfoForHardwareBP()
497 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in GetStopInfoForHardwareBP()
498 return StopInfo::CreateStopReasonWithWatchpointID(thread, wp_sp->GetID()); in GetStopInfoForHardwareBP()
603 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() local
605 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
607 if (wp_sp && wp_sp->IsEnabled()) { in CreateStopReasonWithMachException()
612 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in CreateStopReasonWithMachException()
614 wp_sp->GetID()); in CreateStopReasonWithMachException()
646 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() local
648 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
650 if (wp_sp && wp_sp->IsEnabled()) { in CreateStopReasonWithMachException()
655 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in CreateStopReasonWithMachException()
657 wp_sp->GetID()); in CreateStopReasonWithMachException()