GDB (xrefs)
|
Go to the source code of this file.
Functions | |
char * | safe_strerror (int errnum) |
int | gdb_select (int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) |
void | gdb_call_async_signal_handler (struct async_signal_handler *handler, int immediate_p) |
void gdb_call_async_signal_handler | ( | struct async_signal_handler * | handler, |
int | immediate_p | ||
) |
Definition at line 60 of file posix-hdep.c.
References call_async_signal_handler(), and mark_async_signal_handler().
Referenced by handle_sigint(), remote_fileio_ctrl_c_signal_handler(), sync_remote_interrupt(), and sync_remote_interrupt_twice().
int gdb_select | ( | int | n, |
fd_set * | readfds, | ||
fd_set * | writefds, | ||
fd_set * | exceptfds, | ||
struct timeval * | timeout | ||
) |
Definition at line 50 of file posix-hdep.c.
Referenced by gdb_usleep(), gdb_wait_for_event(), ser_base_wait_for(), stdio_file_read(), wait_for(), and wait_for_connect().
char* safe_strerror | ( | int | ) |
A host-specific version of strerror.
This is defined in *-hdep.c, e.g., posix-hdep.c.
Definition at line 32 of file posix-hdep.c.
References len, strerror(), and xsnprintf().