Home
last modified time | relevance | path

Searched refs:add_file_handler (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Devent-loop.h90 extern void add_file_handler (int fd, handler_func * proc, gdb_client_data client_data);
H A Dser-unix.c1205 add_file_handler (scb->fd, fd_event, scb); in reschedule()
1217 add_file_handler (scb->fd, fd_event, scb); in reschedule()
H A Devent-top.c1153 add_file_handler (input_fd, stdin_event_handler, 0); in gdb_setup_readline()
H A Devent-loop.c434 add_file_handler (int fd, handler_func * proc, gdb_client_data client_data) in add_file_handler() function
H A DChangeLog-19993149 (add_file_handler): Add exception condition as something select()
3516 * event-loop.c (add_file_handler): Change 2nd par to
4734 add_file_handler.
4742 * event-loop.c (add_file_handler): Change proc parameter to be ptr
5676 * event-loop.c (add_file_handler): New function. Wrapper for
5679 * event-top.c (_initialize_event_loop): Call add_file_handler,
5683 * event-loop.h: Export add_file_handler instead of
H A Dremote.c2761 add_file_handler (input_fd, stdin_event_handler, 0); in remote_async_terminal_ours()
H A DChangeLog-20006361 (add_file_handler): If HAVE_POLL, check whether poll is usable,
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-interp.c105 add_file_handler (input_fd, stdin_event_handler, 0); in mi_interpreter_resume()
H A DChangeLog-1999-20031829 add_file_handler.
/openbsd-src/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-io.c634 add_file_handler (tui_readline_pipe[0], tui_readline_output, 0); in tui_initialize_io()