Home | History | Annotate | Download | only in Utility

Lines Matching refs:wp_sp

370                         lldb::WatchpointSP wp_sp;
372 wp_sp = target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code);
373 if (wp_sp && wp_sp->IsEnabled())
378 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code);
379 return StopInfo::CreateStopReasonWithWatchpointID(thread, wp_sp->GetID());
405 lldb::WatchpointSP wp_sp;
407 wp_sp = target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code);
408 if (wp_sp && wp_sp->IsEnabled())
413 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code);
414 return StopInfo::CreateStopReasonWithWatchpointID(thread, wp_sp->GetID());