GDB (xrefs)
|
Public Attributes | |
int | ready |
struct async_event_handler * | next_handler |
async_event_handler_func * | proc |
gdb_client_data | client_data |
const char * | name |
Definition at line 61 of file async-event.c.
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().
const char* async_event_handler::name |
Definition at line 77 of file async-event.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.dap.varref.BaseReference::__init__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), check_async_event_handlers(), clear_async_event_handler(), create_async_event_handler(), mark_async_event_handler(), and gdb.dap.varref.BaseReference::to_object().
struct async_event_handler* async_event_handler::next_handler |
Definition at line 68 of file async-event.c.
Referenced by check_async_event_handlers(), create_async_event_handler(), and delete_async_event_handler().
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().
int async_event_handler::ready |
Definition at line 65 of file async-event.c.
Referenced by async_event_handler_marked(), check_async_event_handlers(), clear_async_event_handler(), create_async_event_handler(), and mark_async_event_handler().