Searched refs:communication_fd (Results 1 – 3 of 3) sorted by relevance
899 int communication_fd = -1; variable1284 communication_fd = atoi(optarg); in main()1363 if (g_lockdown_opt == 0 && g_applist_opt == 0 && communication_fd == -1) { in main()1504 } else if (communication_fd >= 0) { in main()1508 if (remote->Comm().useFD(communication_fd)) in main()1606 } else if (communication_fd >= 0) { in main()1610 if (remote->Comm().useFD(communication_fd)) in main()1635 } else if (communication_fd >= 0) { in main()1639 if (remote->Comm().useFD(communication_fd)) in main()1673 } else if (communication_fd >= 0) { in main()[all …]
463 extern int communication_fd; in DNBProcessAttach()465 if (communication_fd == -1) { in DNBProcessAttach()471 snprintf(fdstr, sizeof(fdstr), "--fd=%d", communication_fd); in DNBProcessAttach()
3238 int communication_fd = -1; in LaunchAndConnectToDebugserver() local3255 communication_fd = gdb_socket; in LaunchAndConnectToDebugserver()3260 nullptr, nullptr, communication_fd); in LaunchAndConnectToDebugserver()