binutils-gdb/gdb/doc
Andrew Stubbs 16026cd75d 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
* cli/cli-cmds.c (source_verbose, trace_commands): New variables.
	(source_script): New function.
	(source_verbose_cleanup): New function.
	(source_command): Move old contents to source_script.
	Make function static. Parse -v option and call source_script.
	(init_cli_cmds): Update source command help.
	Add 'set trace-commands' command.
	* cli/cli-script.c (command_next_depth): New static variable.
	(suppress_next_print_command_trace): New static variable.
	(reset_command_nest_depth): New function.
	(print_command_trace): New function.
	(execute_control_command): Split the continue_control and break_control
	cases, add calls to print_command_trace and count the nest depth.
	(while_command): Set suppress_next_print_command_trace.
	(if_command): Likewise.
	* top.c (execute_command): Call print_command_trace.
	* cli/cli-cmds.h (source_verbose, trace_commands): New extern variables.
	(source_command): Change to source_script.
	* main.c (captued_main): Use source_script instead of source_command.
	* top.h (source_command): Change to source_script.
	* event-top.c (display_gdb_prompt): Call reset_command_nest_depth.
	* cli/cli-script.h (print_command_trace): Export.
	(reset_command_nest_depth): Likewise.

docs/
	* gdb.texinfo (Optional warnings and messages): Add
	'set/show trace-commands'.
	(Command files): Add '-v' to source command.

testsuite/
	* gdb.base/default.exp: Update source command error message.
	* gdb.base/help.exp: Update 'help source' message.
2006-07-21 14:46:56 +00:00
..
ChangeLog 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com> 2006-07-21 14:46:56 +00:00
LRS Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
Makefile.in Readline 5.1 import for HEAD. 2006-05-05 18:26:14 +00:00
a4rc.sed Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
agentexpr.texi * agentexpr.texi: Add a copyright and license notice. 2006-05-10 18:49:08 +00:00
all-cfg.texi * stabs.texinfo: 2005-12-23 19:26:17 +00:00
annotate.texinfo * stabs.texinfo: 2005-12-23 19:26:17 +00:00
configure Index: ChangeLog 2005-01-07 21:53:26 +00:00
configure.ac Index: ChangeLog 2005-01-07 21:53:26 +00:00
fdl.texi * stabs.texinfo: 2005-12-23 19:26:17 +00:00
gdb.texinfo 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com> 2006-07-21 14:46:56 +00:00
gdbint.texinfo (Algorithms): Correct spelling and punctuation. 2006-05-15 04:39:03 +00:00
gpl.texi * stabs.texinfo: 2005-12-23 19:26:17 +00:00
lpsrc.sed Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
observer.texi * agentexpr.texi: Add a copyright and license notice. 2006-05-10 18:49:08 +00:00
psrc.sed Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
refcard.tex * stabs.texinfo: 2005-12-23 19:26:17 +00:00
stabs.texinfo * stabs.texinfo: 2005-12-23 19:26:17 +00:00