Home | History | Annotate | Download | only in gdb

Lines Matching defs:pex

802   /* The pex obj for our (one-stage) pipeline.  */
803 struct pex_obj *pex;
835 if (ps->pex)
837 pex_free (ps->pex);
879 ps->pex = pex_init (PEX_USE_PIPES, "target remote pipe", NULL);
880 if (! ps->pex)
882 ps->input = pex_input_pipe (ps->pex, 1);
889 = pex_run (ps->pex, PEX_SEARCH | PEX_BINARY_INPUT | PEX_BINARY_OUTPUT
909 ps->output = pex_read_output (ps->pex, 1);
914 pex_stderr = pex_read_err (ps->pex, 1);
952 /* In theory, we should try to kill the subprocess here, but the pex