Home | History | Annotate | Download | only in Commands

Lines Matching refs:wp_sp

865             WatchpointSP wp_sp = target->GetLastCreatedWatchpoint();
866 wp_sp->SetCondition(m_options.m_condition.c_str());
884 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]);
885 if (wp_sp)
887 wp_sp->SetCondition(m_options.m_condition.c_str());