Searched refs:ExitWithError (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | ProcessLauncherPosixFork.cpp | 50 [[noreturn]] static void ExitWithError(int error_fd, in ExitWithError() function 65 ExitWithError(error_fd, "personality get"); in DisableASLR() 69 ExitWithError(error_fd, "personality set"); in DisableASLR() 77 ExitWithError(error_fd, "DupDescriptor-open"); in DupDescriptor() 83 ExitWithError(error_fd, "DupDescriptor-dup2"); in DupDescriptor() 122 ExitWithError(error_fd, "setpgid"); in ChildFunc() 129 ExitWithError(error_fd, "close"); in ChildFunc() 133 ExitWithError(error_fd, "dup2"); in ChildFunc() 145 ExitWithError(error_fd, "chdir"); in ChildFunc() 155 ExitWithError(error_fd, "pthread_sigmask"); in ChildFunc() [all …]
|