Lines Matching refs:D
205 D("Can't create raw subprocess without shell protocol, using PTY in raw mode instead"); in Subprocess()
340 D("subprocess parent: stdin/stdout FD = %d, stderr FD = %d", in ForkAndExec()
351 D("subprocess parent: exec completed"); in ForkAndExec()
364 D("protocol FD = %d", protocol_sfd_.get()); in ForkAndExec()
390 D("subprocess parent: completed"); in ForkAndExec()
440 D("passing data streams for PID %d", subprocess->pid()); in ThreadHandler()
443 D("deleting Subprocess for PID %d", subprocess->pid()); in ThreadHandler()
467 D("closing FD %d", dead_sfd->get()); in PassDataStreams()
475 D("protocol FD died, sending SIGHUP to pid %d", pid_); in PassDataStreams()
595 D("can't close input for PTY FD %d", stdinout_sfd_.get()); in PassInput()
645 D("waiting for pid %d", pid_); in WaitForExit()
649 D("post waitpid (pid=%d) status=%04x", pid_, status); in WaitForExit()
652 D("subprocess killed by signal %d", WTERMSIG(status)); in WaitForExit()
655 D("subprocess didn't exit"); in WaitForExit()
659 D("subprocess exit code = %d", WEXITSTATUS(status)); in WaitForExit()
669 D("wrote the exit code packet: %d", exit_code); in WaitForExit()
680 D("passed fd %d to SHELL_EXIT_NOTIFY_FD (%d) for pid %d", in WaitForExit()
728 D("starting %s subprocess (protocol=%s, TERM=%s): '%s'", in StartSubprocess()
746 D("subprocess creation successful: local_socket_fd=%d, pid=%d", local_socket.get(), in StartSubprocess()