GDB (xrefs)
|
Go to the source code of this file.
Functions | |
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 38 of file posix-hdep.c.
References call_async_signal_handler(), and mark_async_signal_handler().
Referenced by async_handle_remote_sigint(), async_handle_remote_sigint_twice(), 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 28 of file posix-hdep.c.
Referenced by gdb_usleep(), gdb_wait_for_event(), ioscm_input_waiting(), ser_base_wait_for(), stdio_file_read(), wait_for(), and wait_for_connect().