reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
305 error.SetErrorString("invalid register info argument."); 306 return error; 326 error.SetErrorString("register too small to receive memory data"); 327 return error; 333 error.SetErrorStringWithFormat( 338 return error; 346 error = process.ReadMemory(src_addr, src, src_len, bytes_read); 347 if (error.Fail()) 348 return error; 353 error.SetErrorStringWithFormat("read %" PRIu64 " of %" PRIu64 " bytes", 356 return error; 365 error); 367 return error;