Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
Ddebugserver.cpp899 int communication_fd = -1; variable
1275 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 …]
DDNB.cpp461 extern int communication_fd; in DNBProcessAttach()
463 if (communication_fd == -1) { in DNBProcessAttach()
469 snprintf(fdstr, sizeof(fdstr), "--fd=%d", communication_fd); in DNBProcessAttach()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3438 int communication_fd = -1; in LaunchAndConnectToDebugserver() local
3455 communication_fd = gdb_socket; in LaunchAndConnectToDebugserver()
3460 nullptr, nullptr, communication_fd); in LaunchAndConnectToDebugserver()