Searched refs:communication_fd (Results 1 – 3 of 3) sorted by relevance
899 int communication_fd = -1; variable1275 communication_fd = atoi(optarg); in main()1350 if (g_lockdown_opt == 0 && g_applist_opt == 0 && communication_fd == -1) { in main()1489 } else if (communication_fd >= 0) { in main()1493 if (remote->Comm().useFD(communication_fd)) in main()1591 } else if (communication_fd >= 0) { in main()1595 if (remote->Comm().useFD(communication_fd)) in main()1620 } else if (communication_fd >= 0) { in main()1624 if (remote->Comm().useFD(communication_fd)) in main()1656 } else if (communication_fd >= 0) { in main()[all …]
461 extern int communication_fd; in DNBProcessAttach()463 if (communication_fd == -1) { in DNBProcessAttach()469 snprintf(fdstr, sizeof(fdstr), "--fd=%d", communication_fd); in DNBProcessAttach()
3438 int communication_fd = -1; in LaunchAndConnectToDebugserver() local3455 communication_fd = gdb_socket; in LaunchAndConnectToDebugserver()3460 nullptr, nullptr, communication_fd); in LaunchAndConnectToDebugserver()