binutils-gdb/gdb/testsuite/gdb.python
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
..
Makefile.in * gdb.python/py-shared.exp: New file, factored out from 2010-08-19 17:00:58 +00:00
py-block.c
py-block.exp
py-breakpoint.c
py-breakpoint.exp
py-cmd.exp
py-frame.c
py-frame.exp
py-function.exp
py-inferior.c * gdb.stabs/gdb11479.c (hack): New function. 2010-07-27 16:58:22 +00:00
py-inferior.exp
py-infthread.c
py-infthread.exp
py-mi.exp
py-param.exp
py-prettyprint.c
py-prettyprint.exp
py-prettyprint.py
py-progspace.c
py-progspace.exp
py-section-script.c
py-section-script.exp
py-section-script.py
py-shared-sl.c * gdb.python/py-shared.exp: New file, factored out from 2010-08-19 17:00:58 +00:00
py-shared.c * gdb.python/py-shared.exp: New file, factored out from 2010-08-19 17:00:58 +00:00
py-shared.exp * gdb.python/py-shared.exp: New file, factored out from 2010-08-19 17:00:58 +00:00
py-symbol.c
py-symbol.exp
py-symtab.exp
py-template.cc
py-template.exp
py-type.c gdb 2010-07-28 20:50:17 +00:00
py-type.exp gdb 2010-08-23 20:26:10 +00:00
py-value.c gdb 2010-08-23 20:29:19 +00:00
py-value.exp gdb 2010-08-30 20:28:31 +00:00
python-1.c * gdb.python/py-shared.exp: New file, factored out from 2010-08-19 17:00:58 +00:00
python.c * gdb.python/py-shared.exp: New file, factored out from 2010-08-19 17:00:58 +00:00
python.exp gdb/ 2010-09-11 16:00:27 +00:00
source1
source2.py