|
GDB (xrefs)
|
Public Attributes | |
| int | fd |
| int | mask |
| int | ready_mask |
| handler_func * | proc |
| gdb_client_data | client_data |
| int | error |
| struct file_handler * | next_file |
Definition at line 83 of file event-loop.c.
| gdb_client_data file_handler::client_data |
Definition at line 90 of file event-loop.c.
Referenced by create_file_handler(), and handle_file_event().
| int file_handler::error |
Definition at line 91 of file event-loop.c.
Referenced by handle_file_event().
| int file_handler::fd |
Definition at line 85 of file event-loop.c.
Referenced by create_file_handler(), delete_file_handler(), gdb_wait_for_event(), and handle_file_event().
| int file_handler::mask |
Definition at line 86 of file event-loop.c.
Referenced by create_file_handler(), delete_file_handler(), and handle_file_event().
| struct file_handler* file_handler::next_file |
Definition at line 92 of file event-loop.c.
Referenced by create_file_handler(), delete_file_handler(), gdb_wait_for_event(), and get_next_file_handler_to_handle_and_advance().
| handler_func* file_handler::proc |
Definition at line 89 of file event-loop.c.
Referenced by create_file_handler(), and handle_file_event().
| int file_handler::ready_mask |
Definition at line 87 of file event-loop.c.
Referenced by create_file_handler().
1.8.14