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
  683   error = ReadGPR();
  684   if (error.Fail())
  685     return error;
  687   error = ReadFPR();
  688   if (error.Fail())
  689     return error;
  704           error.SetErrorStringWithFormat(
  709           return error;
  718           error.SetErrorStringWithFormat(
  723           return error;
  731     error.SetErrorString("unsure how to save the floating point registers");
  749   return error;