vgdb.c | 366 int nrread; local 368 nrread = read(fd, buf, PBUFSIZ); 369 if (nrread == -1) { 373 buf[nrread] = '\0'; 375 return nrread; 433 int nrread; local 435 nrread = read_buf(from_gdb, buf, "from gdb on stdin"); 436 if (nrread <= 0) { 437 if (nrread == 0) 445 return write_buf(to_pid, buf, nrread, "to_pid", /* notify */ True) 457 int nrread; local [all...] |