binutils-gdb/gdb/mi
Simon Marchi bef721e278 Introduce enum_flag type for ui_out flags
This patch changes the ui_out flags to be an enum flag.

gdb/ChangeLog:

	* ui-out.h: Include "common/enum-flags.h".
	(enum ui_flags): Rename to ...
	(enum ui_out_flag): ... this.
	(ui_out_flags): Define enum flag type.
	(ui_out_test_flags): Change type of parameter to ui_out_flags.
	(ui_out_new): Likewise.
	* ui-out.c (ui_out_test_flags): Likewise.
	(ui_out_new): Likewise.
	* cli-out.c (cli_out_new): Update variable type.
	* mi/mi-out.c (mi_out_new): Likewise.
	* tui/tui-out.c (tui_out_new): Likewise.
2016-12-02 17:12:37 -05:00
..
ChangeLog-1999-2003
mi-cmd-break.c
mi-cmd-break.h
mi-cmd-catch.c
mi-cmd-disas.c
mi-cmd-env.c
mi-cmd-file.c
mi-cmd-info.c
mi-cmd-stack.c
mi-cmd-target.c
mi-cmd-var.c Use unique_xmalloc_ptr in Python code 2016-11-09 19:40:12 -07:00
mi-cmds.c Emit inferior, thread and frame selection events to all UIs 2016-10-03 16:54:58 -04:00
mi-cmds.h Make raw_stdout be per MI instance 2016-06-21 01:11:50 +01:00
mi-common.c
mi-common.h Make raw_stdout be per MI instance 2016-06-21 01:11:50 +01:00
mi-console.c
mi-console.h
mi-getopt.c
mi-getopt.h
mi-interp.c Remove make_cleanup_restore_current_ui 2016-10-21 14:17:34 -06:00
mi-main.c gdb: Use C++11 std::chrono 2016-11-23 15:36:26 +00:00
mi-main.h Emit inferior, thread and frame selection events to all UIs 2016-10-03 16:54:58 -04:00
mi-out.c Introduce enum_flag type for ui_out flags 2016-12-02 17:12:37 -05:00
mi-out.h Remove unused functions and declarations 2016-11-26 22:03:18 -05:00
mi-parse.c
mi-parse.h gdb: Use C++11 std::chrono 2016-11-23 15:36:26 +00:00
mi-symbol-cmds.c