Home
last modified time | relevance | path

Searched refs:communication_fd (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A Ddebugserver.cpp899 int communication_fd = -1; variable
1284 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 …]
H A DDNB.cpp463 extern int communication_fd; in DNBProcessAttach()
465 if (communication_fd == -1) { in DNBProcessAttach()
471 snprintf(fdstr, sizeof(fdstr), "--fd=%d", communication_fd); in DNBProcessAttach()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3238 int communication_fd = -1; in LaunchAndConnectToDebugserver() local
3255 communication_fd = gdb_socket; in LaunchAndConnectToDebugserver()
3260 nullptr, nullptr, communication_fd); in LaunchAndConnectToDebugserver()