Lines Matching refs:AppendError
234 result.AppendError (err.AsCString()); in CollectDataForBreakpointCommandCallback()
240 result.AppendError("out of memory"); in CollectDataForBreakpointCommandCallback()
515 …result.AppendError ("There is not a current executable; there are no breakpoints to which to add c… in DoExecute()
525 result.AppendError ("No breakpoints exist to have commands added"); in DoExecute()
532 … result.AppendError ("need to enable scripting to have a function run as a breakpoint command"); in DoExecute()
545 result.AppendError ("can only add commands to one breakpoint at a time."); in DoExecute()
697 …result.AppendError ("There is not a current executable; there are no breakpoints from which to del… in DoExecute()
707 result.AppendError ("No breakpoints exist to have commands deleted"); in DoExecute()
714 result.AppendError ("No breakpoint specified from which to delete the commands"); in DoExecute()
795 …result.AppendError ("There is not a current executable; there are no breakpoints for which to list… in DoExecute()
805 result.AppendError ("No breakpoints exist for which to list commands"); in DoExecute()
812 result.AppendError ("No breakpoint specified for which to list the commands"); in DoExecute()