Lines Matching refs:AppendError
212 result.AppendError (err.AsCString()); in CollectDataForWatchpointCommandCallback()
218 result.AppendError("out of memory"); in CollectDataForWatchpointCommandCallback()
492 …result.AppendError ("There is not a current executable; there are no watchpoints to which to add c… in DoExecute()
502 result.AppendError ("No watchpoints exist to have commands added"); in DoExecute()
509 … result.AppendError ("need to enable scripting to have a function run as a watchpoint command"); in DoExecute()
517 result.AppendError("Invalid watchpoints specification."); in DoExecute()
658 …result.AppendError ("There is not a current executable; there are no watchpoints from which to del… in DoExecute()
668 result.AppendError ("No watchpoints exist to have commands deleted"); in DoExecute()
675 result.AppendError ("No watchpoint specified from which to delete the commands"); in DoExecute()
683 result.AppendError("Invalid watchpoints specification."); in DoExecute()
750 …result.AppendError ("There is not a current executable; there are no watchpoints for which to list… in DoExecute()
760 result.AppendError ("No watchpoints exist for which to list commands"); in DoExecute()
767 result.AppendError ("No watchpoint specified for which to list the commands"); in DoExecute()
775 result.AppendError("Invalid watchpoints specification."); in DoExecute()