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
  554         error.SetErrorStringWithFormat("unable to launch a GDB server on '%s'",
  560           error = debugger.GetTargetList().CreateTarget(
  564           error.Clear();
  566         if (target && error.Success()) {
  575             error = process_sp->ConnectRemote(nullptr, connect_url.c_str());
  576             if (error.Success()) {
  580               error = process_sp->Attach(attach_info);
  583             if (error.Fail() && debugserver_pid != LLDB_INVALID_PROCESS_ID) {
  590       error.SetErrorString("not connected to remote gdb server");