Searched refs:ExitWithError (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | ProcessLauncherPosixFork.cpp | 44 [[noreturn]] static void ExitWithError(int error_fd, const char *operation) { in ExitWithError() function 58 ExitWithError(error_fd, "personality get"); in DisableASLR() 62 ExitWithError(error_fd, "personality set"); in DisableASLR() 70 ExitWithError(error_fd, "DupDescriptor-open"); in DupDescriptor() 76 ExitWithError(error_fd, "DupDescriptor-dup2"); in DupDescriptor() 116 ExitWithError(error_fd, "setpgid"); in ChildFunc() 123 ExitWithError(error_fd, "close"); in ChildFunc() 128 ExitWithError(error_fd, "dup2"); in ChildFunc() 132 ExitWithError(error_fd, "fcntl"); in ChildFunc() 145 ExitWithError(error_fd, "chdir"); in ChildFunc() [all …]
|