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

References

tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
  414     error.SetErrorString("reg_info NULL");
  415     return error;
  422     error.SetErrorStringWithFormat("register \"%s\" is an internal-only lldb "
  425     return error;
  429     error = ReadFPR();
  430     if (error.Fail())
  431       return error;
  442     error = ReadRegisterRaw(full_reg, reg_value);
  444     if (error.Success()) {
  456     return error;
  482           error.SetErrorString("failed to copy ymm register value");
  483           return error;
  491           error.SetErrorString("failed to copy mpx register value");
  492           return error;
  500           error.SetErrorString("failed to copy mpx register value");
  501           return error;
  506         error.SetErrorString(
  509       return error;
  512     error.SetErrorString("byte order is invalid");
  513     return error;
  545     error.SetErrorStringWithFormat("unhandled byte size: %" PRIu32,
  550   return error;