Searched refs:remote_fileio_extract_int (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | remote-fileio.c | 350 remote_fileio_extract_int (char **buf, long *retint) in remote_fileio_extract_int() function 601 if (remote_fileio_extract_int (&buf, &num)) in remote_fileio_func_open() 608 if (remote_fileio_extract_int (&buf, &num)) in remote_fileio_func_open() 660 if (remote_fileio_extract_int (&buf, &num)) in remote_fileio_func_close() 691 if (remote_fileio_extract_int (&buf, &target_fd)) in remote_fileio_func_read() 710 if (remote_fileio_extract_int (&buf, &num)) in remote_fileio_func_read() 819 if (remote_fileio_extract_int (&buf, &target_fd)) in remote_fileio_func_write() 838 if (remote_fileio_extract_int (&buf, &num)) in remote_fileio_func_write() 891 if (remote_fileio_extract_int (&buf, &num)) in remote_fileio_func_lseek() 916 if (remote_fileio_extract_int (&buf, &num)) in remote_fileio_func_lseek() [all …]
|