GDB (xrefs)
|
Public Attributes | |
int | ready |
struct async_event_handler * | next_handler |
async_event_handler_func * | proc |
gdb_client_data | client_data |
Definition at line 121 of file event-loop.c.
gdb_client_data async_event_handler::client_data |
Definition at line 134 of file event-loop.c.
Referenced by check_async_event_handlers(), and create_async_event_handler().
struct async_event_handler* async_event_handler::next_handler |
Definition at line 128 of file event-loop.c.
Referenced by check_async_event_handlers(), create_async_event_handler(), and delete_async_event_handler().
async_event_handler_func* async_event_handler::proc |
Definition at line 131 of file event-loop.c.
Referenced by check_async_event_handlers(), and create_async_event_handler().
int async_event_handler::ready |
Definition at line 125 of file event-loop.c.
Referenced by check_async_event_handlers(), clear_async_event_handler(), create_async_event_handler(), and mark_async_event_handler().