GDB (xrefs)
|
Public Attributes | |
int | ready |
struct async_signal_handler * | next_handler |
sig_handler_func * | proc |
gdb_client_data | client_data |
Definition at line 104 of file event-loop.c.
gdb_client_data async_signal_handler::client_data |
Definition at line 111 of file event-loop.c.
Referenced by call_async_signal_handler(), create_async_signal_handler(), and invoke_async_signal_handlers().
struct async_signal_handler* async_signal_handler::next_handler |
Definition at line 109 of file event-loop.c.
Referenced by create_async_signal_handler(), delete_async_signal_handler(), and invoke_async_signal_handlers().
sig_handler_func* async_signal_handler::proc |
Definition at line 110 of file event-loop.c.
Referenced by call_async_signal_handler(), create_async_signal_handler(), and invoke_async_signal_handlers().
int async_signal_handler::ready |
Definition at line 106 of file event-loop.c.
Referenced by async_signal_handler_is_marked(), clear_async_signal_handler(), create_async_signal_handler(), invoke_async_signal_handlers(), and mark_async_signal_handler().