Home | History | Annotate | Download | only in Commands

Lines Matching refs:breakpoints

515             result.AppendError ("There is not a current executable; there are no breakpoints to which to add commands");
520 const BreakpointList &breakpoints = target->GetBreakpointList();
521 size_t num_breakpoints = breakpoints.GetSize();
525 result.AppendError ("No breakpoints exist to have commands added");
697 result.AppendError ("There is not a current executable; there are no breakpoints from which to delete commands");
702 const BreakpointList &breakpoints = target->GetBreakpointList();
703 size_t num_breakpoints = breakpoints.GetSize();
707 result.AppendError ("No breakpoints exist to have commands deleted");
795 result.AppendError ("There is not a current executable; there are no breakpoints for which to list commands");
800 const BreakpointList &breakpoints = target->GetBreakpointList();
801 size_t num_breakpoints = breakpoints.GetSize();
805 result.AppendError ("No breakpoints exist for which to list commands");