binutils-gdb/gdb/cli
Jan Kratochvil 8d4d924b76 gdb/
Redirect also uiout and stdtarg{,err} in execute_command_to_string.
	* cli-logging.c (struct saved_output_files) <targerr>: New.
	(set_logging_redirect, pop_output_files, handle_redirections):
	Redirect also gdb_stdtargerr.
	* defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
	declarations.
	* event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
	also gdb_stdtargerr.
	* top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
	to the top.  Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
	Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
	* tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
	* utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
	New functions.

gdb/testsuite/
	* gdb.python/python.exp (set height 0, collect help from uiout)
	(verify help to uiout): New tests.
2010-09-11 16:00:27 +00:00
..
cli-cmds.c * cli/cli-cmds.c (disassemble_command): Add support of disassemble 2010-07-27 20:33:40 +00:00
cli-cmds.h gdb/ 2010-05-02 23:52:14 +00:00
cli-decode.c 2010-05-17 Michael Snyder <msnyder@vmware.com> 2010-05-17 19:28:12 +00:00
cli-decode.h Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
cli-dump.c 2010-05-17 Michael Snyder <msnyder@vmware.com> 2010-05-17 19:28:12 +00:00
cli-dump.h gdb/ 2010-05-02 09:13:35 +00:00
cli-interp.c 2010-05-17 Michael Snyder <msnyder@vmware.com> 2010-05-17 19:28:12 +00:00
cli-logging.c gdb/ 2010-09-11 16:00:27 +00:00
cli-script.c 2010-05-17 Michael Snyder <msnyder@vmware.com> 2010-05-17 19:28:12 +00:00
cli-script.h * top.c (source_file_name): Make const char *. 2010-04-07 16:54:39 +00:00
cli-setshow.c 2010-05-17 Michael Snyder <msnyder@vmware.com> 2010-05-17 19:28:12 +00:00
cli-setshow.h Update copyright year in most headers. 2010-01-01 07:32:07 +00:00