Home
last modified time | relevance | path

Searched refs:sig_handler_func (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Devent-loop.h63 typedef void (sig_handler_func) (gdb_client_data); typedef
93 create_async_signal_handler (sig_handler_func * proc, gdb_client_data client_data);
H A Devent-loop.c89 sig_handler_func *proc; /* Function to call to do the work */
870 create_async_signal_handler (sig_handler_func * proc, gdb_client_data client_data) in create_async_signal_handler()
H A DChangeLog-19993141 (sig_handler_func): New function type. It is the old handler_func.
3142 (create_async_signal_handler): Update to use sig_handler_func.
3157 sig_handler_func*.