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

References

tools/lldb/source/Target/RegisterContext.cpp
  297     error.SetErrorString("invalid register info argument.");
  298     return error;
  318     error.SetErrorString("register too small to receive memory data");
  319     return error;
  325     error.SetErrorStringWithFormat(
  328     return error;
  337         process_sp->ReadMemory(src_addr, src, src_len, error);
  341       if (error.Success()) {
  343         error.SetErrorStringWithFormat("read %u of %u bytes", bytes_read,
  346       return error;
  355                                 process_sp->GetByteOrder(), error);
  357     error.SetErrorString("invalid process");
  359   return error;