GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
async_event_handler Struct Reference

Public Attributes

int ready
 
struct async_event_handlernext_handler
 
async_event_handler_funcproc
 
gdb_client_data client_data
 
const char * name
 

Detailed Description

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

Member Data Documentation

◆ client_data

gdb_client_data async_event_handler::client_data

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

Referenced by check_async_event_handlers(), and create_async_event_handler().

◆ name

const char* async_event_handler::name

◆ next_handler

struct async_event_handler* async_event_handler::next_handler

◆ proc

async_event_handler_func* async_event_handler::proc

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

Referenced by check_async_event_handlers(), and create_async_event_handler().

◆ ready

int async_event_handler::ready

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