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
  829     error = EstablishConnectionIfNeeded(launch_info);
  830     if (error.Success()) {
  917             error.SetErrorString(error_str.c_str());
  920           error.SetErrorStringWithFormat("'A' packet returned an error: %i",
  927                   error.AsCString());
  929         return error;
  957       LLDB_LOGF(log, "failed to connect to debugserver: %s", error.AsCString());
  962     error.SetErrorStringWithFormat(
  967   return error;