GDBserver
Public Attributes | List of all members
file_handler Struct Reference

Public Attributes

gdb_fildes_t fd
 
int mask
 
int ready_mask
 
handler_funcproc
 
gdb_client_data client_data
 
int error
 
struct file_handlernext_file
 

Detailed Description

Definition at line 67 of file event-loop.c.

Member Data Documentation

gdb_client_data file_handler::client_data

Definition at line 82 of file event-loop.c.

Referenced by create_file_handler(), and handle_file_event().

int file_handler::error

Definition at line 85 of file event-loop.c.

Referenced by handle_file_event().

gdb_fildes_t file_handler::fd
int file_handler::mask

Definition at line 73 of file event-loop.c.

Referenced by create_file_handler(), delete_file_handler(), and handle_file_event().

struct file_handler* file_handler::next_file
handler_func* file_handler::proc

Definition at line 79 of file event-loop.c.

Referenced by create_file_handler(), and handle_file_event().

int file_handler::ready_mask

Definition at line 76 of file event-loop.c.

Referenced by create_file_handler(), handle_file_event(), and wait_for_event().


The documentation for this struct was generated from the following file: