Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/darwin-debug/
H A Ddarwin-debug.cpp179 std::string unix_socket_name; in main() local
243 unix_socket_name.assign(optarg); in main()
265 if (show_usage || argc <= 0 || unix_socket_name.empty()) in main()
283 ::strncpy(saddr_un.sun_path, unix_socket_name.c_str(), in main()
/llvm-project/lldb/tools/debugserver/source/
H A Ddebugserver.cpp664 const char *unix_socket_name = (const char *)baton; in PortWasBoundCallbackUnixSocket() local
666 if (unix_socket_name && unix_socket_name[0]) { in PortWasBoundCallbackUnixSocket()
677 ::strlcpy(saddr_un.sun_path, unix_socket_name, in PortWasBoundCallbackUnixSocket()
727 const char *unix_socket_name) { in ConnectRemote() argument
743 if (unix_socket_name && unix_socket_name[0]) { in ConnectRemote()
745 unix_socket_name) != rnb_success) { in ConnectRemote()
950 std::string unix_socket_name; // If we need to handshake with our parent in main()
1238 unix_socket_name in main()
987 std::string unix_socket_name; // If we need to handshake with our parent main() local
[all...]
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHost.mm209 char unix_socket_name[PATH_MAX] = "/tmp/XXXXXX";
210 if (::mktemp(unix_socket_name) == NULL) {
242 command.Printf(R"(\"%s\" --unix-socket=%s)", launcher_path, unix_socket_name);
307 unix_socket_name);
316 unix_socket_name, [&] { return AcceptPIDFromInferior(connect_url); });
329 llvm::sys::fs::remove(unix_socket_name);