Lines Matching refs:D
402 D("subprocess parent: stdin/stdout FD = %d, stderr FD = %d", in ForkAndExec()
413 D("subprocess parent: exec completed"); in ForkAndExec()
419 D("subprocess parent: completed"); in ForkAndExec()
447 D("execinprocess: stdin/stdout FD = %d, stderr FD = %d", stdinout_sfd_.get(), in ExecInProcess()
459 D("execinprocess: completed"); in ExecInProcess()
475 D("protocol FD = %d", protocol_sfd_.get()); in ConnectProtocolEndpoints()
548 D("passing data streams for PID %d", subprocess->pid()); in ThreadHandler()
551 D("deleting Subprocess for PID %d", subprocess->pid()); in ThreadHandler()
571 D("closing FD %d", dead_sfd->get()); in PassDataStreams()
583 D("protocol FD died, sending SIGHUP to pid %d", pid_); in PassDataStreams()
713 D("can't close input for PTY FD %d", stdinout_sfd_.get()); in PassInput()
763 D("waiting for pid %d", pid_); in WaitForExit()
767 D("post waitpid (pid=%d) status=%04x", pid_, status); in WaitForExit()
773 D("subprocess didn't exit"); in WaitForExit()
787 D("wrote the exit code packet: %d", exit_code); in WaitForExit()
838 D("Can't create raw subprocess without shell protocol, using PTY in raw mode instead"); in StartSubprocess()
855 D("starting %s subprocess (protocol=%s, TERM=%s): '%s'", in StartSubprocess()
875 D("subprocess creation successful: local_socket_fd=%d, pid=%d", local_socket.get(), in StartSubprocess()
908 D("inprocess creation successful: local_socket_fd=%d, pid=%d", local_socket.get(), in StartCommandInProcess()