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

References

tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  468         error.SetErrorStringWithFormat("unable to launch a GDB server on '%s'",
  474           error = debugger.GetTargetList().CreateTarget(
  478           error.Clear();
  480         if (target && error.Success()) {
  489             error = process_sp->ConnectRemote(nullptr, connect_url.c_str());
  491             if (error.Fail())
  492               error = process_sp->ConnectRemote(nullptr, connect_url.c_str());
  493             if (error.Success())
  494               error = process_sp->Launch(launch_info);
  496               printf("error: connect remote failed (%s)\n", error.AsCString());
  503       error.SetErrorString("not connected to remote gdb server");