reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/Value.cpp
  349         return error; // Success;
  352     error.SetErrorStringWithFormat("extracting data from value failed");
  357       error.SetErrorString("can't read load address (no execution context)");
  379           error.SetErrorString("can't read load address (invalid process)");
  394       error.SetErrorString("can't read file address (no execution context)");
  396       error.SetErrorString("can't read file address (invalid target)");
  400         error.SetErrorString("invalid file address");
  450                 error.SetErrorStringWithFormat(
  456                 error.SetErrorStringWithFormat(
  462                 error.SetErrorStringWithFormat(
  467                 error.SetErrorStringWithFormat(
  475           error.SetErrorString(
  500   if (error.Fail())
  501     return error;
  504     error.SetErrorStringWithFormat("invalid %s address",
  507     return error;
  511   size_t byte_size = GetValueByteSize(&error, exe_ctx);
  514   if (error.Fail())
  515     return error;
  519     return error;
  533         error.SetErrorStringWithFormat(
  535         return error;
  549                                                error) != byte_size) {
  550           error.SetErrorStringWithFormat(
  562               process->ReadMemory(address, dst, byte_size, error);
  564             error.SetErrorStringWithFormat(
  568           error.SetErrorStringWithFormat("read memory from 0x%" PRIx64
  574       error.SetErrorStringWithFormat("unsupported AddressType value (%i)",
  578     error.SetErrorStringWithFormat("out of memory");
  581   return error;