]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/infcall.c
Remove ui_register_input_event_handler
authorTom Tromey <tromey@adacore.com>
Thu, 23 Jun 2022 17:05:39 +0000 (11:05 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 18 Jul 2022 14:49:55 +0000 (08:49 -0600)
commit8f7f9b3a9142eeea50054b83e9bce12056bae6c9
tree57131ab1a2db760f8d6e56bbb04cfd02cc8ae361
parentbbcab3366bc5269c2896e82ebd1b0f068ec9a50b
Remove ui_register_input_event_handler

This patch removes ui_register_input_event_handler and
ui_unregister_input_event_handler, replacing them with methods on
'ui'.  It also changes gdb to use these methods everywhere, rather
than sometimes reaching in to the ui to manage the file descriptor
directly.
gdb/event-top.c
gdb/infcall.c
gdb/infrun.c
gdb/top.h
gdb/utils.c