GDB (xrefs)
Loading...
Searching...
No Matches
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
 
const char * name
 

Detailed Description

Definition at line 36 of file async-event.c.

Member Data Documentation

◆ client_data

gdb_client_data async_signal_handler::client_data

Definition at line 49 of file async-event.c.

Referenced by create_async_signal_handler(), and invoke_async_signal_handlers().

◆ name

const char* async_signal_handler::name

◆ next_handler

struct async_signal_handler* async_signal_handler::next_handler

◆ proc

sig_handler_func* async_signal_handler::proc

Definition at line 46 of file async-event.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: