binutils-gdb/gdb/tui
Tom Tromey 93b54c8ed3 Introduce async-event.[ch]
This patch splits out some gdb-specific code from event-loop, into new
files async-event.[ch].  Strictly speaking this code could perhaps be
put into gdbsupport/, but because gdbserver does not currently use it,
it seemed better, for size reasons, to split it out.

gdb/ChangeLog
2020-04-13  Tom Tromey  <tom@tromey.com>

	* tui/tui-win.c: Include async-event.h.
	* remote.c: Include async-event.h.
	* remote-notif.c: Include async-event.h.
	* record-full.c: Include async-event.h.
	* record-btrace.c: Include async-event.h.
	* infrun.c: Include async-event.h.
	* event-top.c: Include async-event.h.
	* event-loop.h: Move some declarations to async-event.h.
	* event-loop.c: Don't include ser-event.h or top.h.  Move some
	code to async-event.c.
	* async-event.h: New file.
	* async-event.c: New file.
	* Makefile.in (COMMON_SFILES): Add async-event.c.
	(HFILES_NO_SRCDIR): Add async-event.h.
2020-04-13 14:10:04 -06:00
..
ChangeLog-1998-2003
tui-command.c Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-command.h TUI windows do not need to store their type 2020-02-22 11:48:37 -07:00
tui-data.c Remove tui_set_win_with_focus 2020-02-22 11:48:38 -07:00
tui-data.h Fix cast in TUI_DISASM_WIN 2020-02-22 12:57:25 -07:00
tui-disasm.c Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-disasm.h Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-file.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-file.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-hooks.c gdb: add back declarations for _initialize functions 2020-01-13 14:01:38 -05:00
tui-hooks.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-interp.c Remove some ui_file_* functions 2020-02-11 07:05:28 -07:00
tui-io.c Remove the TUI annotation hack 2020-02-22 11:48:39 -07:00
tui-io.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-layout.c [gdb/testsuite] Fix layout next/prev/regs help message 2020-02-24 12:30:48 +01:00
tui-layout.h Allow TUI windows in Python 2020-02-22 12:57:25 -07:00
tui-out.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-out.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-regs.c Add "usage" text to all TUI command help 2020-02-22 12:57:25 -07:00
tui-regs.h TUI windows do not need to store their type 2020-02-22 11:48:37 -07:00
tui-source.c Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-source.h Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-stack.c Add "usage" text to all TUI command help 2020-02-22 12:57:25 -07:00
tui-stack.h TUI windows do not need to store their type 2020-02-22 11:48:37 -07:00
tui-win.c Introduce async-event.[ch] 2020-04-13 14:10:04 -06:00
tui-win.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-wingeneral.c Remove tui_delete_invisible_windows and tui_make_all_invisible 2020-02-22 11:48:37 -07:00
tui-wingeneral.h Remove tui_delete_invisible_windows and tui_make_all_invisible 2020-02-22 11:48:37 -07:00
tui-winsource.c Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-winsource.h Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui.c Add "usage" text to all TUI command help 2020-02-22 12:57:25 -07:00
tui.h TUI windows do not need to store their type 2020-02-22 11:48:37 -07:00