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

References

tools/lldb/tools/lldb-server/lldb-platform.cpp
  283       listen_host_port, children_inherit_listen_socket, error));
  284   if (error.Fail()) {
  285     fprintf(stderr, "failed to create acceptor: %s", error.AsCString());
  289   error = acceptor_up->Listen(backlog);
  290   if (error.Fail()) {
  291     printf("failed to listen: %s\n", error.AsCString());
  295     error =
  297     if (error.Fail()) {
  299               socket_file.GetPath().c_str(), error.AsCString());
  317     error = acceptor_up->Accept(children_inherit_accept_socket, conn);
  318     if (error.Fail()) {
  319       printf("error: %s\n", error.AsCString());
  367           if (platform.GetPacketAndSendResponse(llvm::None, error, interrupt,
  373         if (error.Fail()) {
  374           fprintf(stderr, "error: %s\n", error.AsCString());