|
GDBserver
|
Go to the source code of this file.
Functions | |
| void | hostio_handle_new_gdb_connection (void) |
| int | handle_vFile (char *, int, int *) |
| void | hostio_last_error_from_errno (char *own_buf) |
| int handle_vFile | ( | char * | , |
| int | , | ||
| int * | |||
| ) |
Definition at line 595 of file hostio.c.
References handle_close(), handle_fstat(), handle_open(), handle_pread(), handle_pwrite(), handle_readlink(), handle_setfs(), handle_unlink(), and startswith().
Referenced by handle_v_requests().
| void hostio_handle_new_gdb_connection | ( | void | ) |
| void hostio_last_error_from_errno | ( | char * | own_buf | ) |
Definition at line 28 of file hostio-errno.c.
References errno, error(), and host_to_fileio_error().
1.8.10