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 2010-06-08 Michael Snyder <msnyder@vmware.com> 2010-06-10 19:48:20 +00:00
py-breakpoint.c
py-breakpoint.exp * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag. 2010-06-18 16:51:10 +00:00
py-cmd.exp
py-frame.c
py-frame.exp 2010-06-08 Michael Snyder <msnyder@vmware.com> 2010-06-08 22:58:03 +00:00
py-function.exp
py-inferior.c * gdb.stabs/gdb11479.c (hack): New function. 2010-07-27 16:58:22 +00:00
py-inferior.exp 2010-06-28 Phil Muldoon <pmuldoon@redhat.com> 2010-06-28 21:16:04 +00:00
py-infthread.c 2010-06-28 Phil Muldoon <pmuldoon@redhat.com> 2010-06-28 21:16:04 +00:00
py-infthread.exp 2010-06-28 Phil Muldoon <pmuldoon@redhat.com> 2010-06-28 21:16:04 +00:00
py-mi.exp
py-param.exp
py-prettyprint.c 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com> 2010-07-14 14:13:55 +00:00
py-prettyprint.exp 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com> 2010-07-14 14:13:55 +00:00
py-prettyprint.py Add support for enabling/disabling individual pretty-printers. 2010-06-04 18:18:28 +00:00
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 2010-06-08 Michael Snyder <msnyder@vmware.com> 2010-06-10 19:48:20 +00:00
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