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

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  671   if (error.Fail())
  672     return error;
  674   error = ConnectToDebugserver(remote_url);
  676   if (error.Fail())
  677     return error;
  712         error.SetErrorStringWithFormat(
  717       error.SetErrorStringWithFormat("Process %" PRIu64
  733   if (error.Success() && !GetTarget().GetArchitecture().IsValid() &&
  749   if (error.Success()) {
  757   return error;