Searched refs:stdin_event_handler (Results 1 – 7 of 7) sorted by relevance
105 extern void stdin_event_handler (int error, void *client_data);
405 stdin_event_handler (int error, gdb_client_data client_data) in stdin_event_handler() function1153 add_file_handler (input_fd, stdin_event_handler, 0); in gdb_setup_readline()
2761 add_file_handler (input_fd, stdin_event_handler, 0); in remote_async_terminal_ours()
2338 * event-top.c (stdin_event_handler): Delete fd parameter, use2340 * event-top.h (stdin_event_handler): Delete fd parameter.3129 * infrun.c (complete_execution): Stdin handler is stdin_event_handler.3131 * event-top.h (stdin_event_handler): Export new function.3133 * event-top.c (stdin_event_handler): New function. Smarter handler3137 (_initialize_event_loop): Stdin handler is now stdin_event_handler.
8020 * event-top.c (stdin_event_handler): call quit_command rather than
105 add_file_handler (input_fd, stdin_event_handler, 0); in mi_interpreter_resume()
1729 handled by stdin_event_handler.