GDB (xrefs)
Public Attributes | List of all members
async_signal_handler Struct Reference

Public Attributes

int ready
 
struct async_signal_handlernext_handler
 
sig_handler_funcproc
 
gdb_client_data client_data
 

Detailed Description

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

Member Data Documentation

◆ client_data

gdb_client_data async_signal_handler::client_data

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

Referenced by create_async_signal_handler(), and invoke_async_signal_handlers().

◆ next_handler

struct async_signal_handler* async_signal_handler::next_handler

◆ proc

sig_handler_func* async_signal_handler::proc

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

Referenced by create_async_signal_handler(), and invoke_async_signal_handlers().

◆ ready

int async_signal_handler::ready

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