Home | History | Annotate | Download | only in Target

Lines Matching defs:rc

540     Error rc = target->GetProcessSP()->GetWatchpointSupportInfo(num_supported_hardware_watchpoints);
541 if (rc.Success())
780 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get());
781 if (rc.Fail())
815 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get());
816 if (rc.Fail())
848 Error rc = m_process_sp->EnableWatchpoint(wp_sp.get());
849 if (rc.Fail())
913 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get());
914 if (rc.Success())
936 Error rc = m_process_sp->EnableWatchpoint(wp_sp.get());
937 if (rc.Success())