binutils-gdb/gdb/cli
Michael Snyder c2b8ed2c80 2002-08-26 Joel Brobecker <brobecker@gnat.com>
* cli/cli-script.c (copy_command_lines): New function.
	* defs.h (copy_command_lines): Export.
	* testsuite/gdb.base/commands.exp: New tests for commands
	attached to a temporary breakpoint, and for commands that
	delete the breakpoint they are attached to.

2002-08-26  Michael Snyder  <msnyder@redhat.com>

	* breakpoint.c (bpstat_stop_status): Instead of copying the
	pointer to the breakpoint commands struct, make a new copy
	of the struct and point to that.
	(bpstat_clear): Free the commands struct.
	(bpstat_clear_actions): Free the commands struct.
	(bpstat_do_actions): Free the command actions.  Also execute
	the local cleanups, instead of deleting them.
	(delete_breakpoint): Leave the commands field of the bpstat
	chain alone -- it will be freed later.
2002-08-27 01:09:09 +00:00
..
cli-cmds.c 2002-07-30 Andrew Cagney <ac131313@redhat.com> 2002-07-30 13:45:15 +00:00
cli-cmds.h
cli-decode.c 2002-07-30 Andrew Cagney <ac131313@redhat.com> 2002-07-30 13:45:15 +00:00
cli-decode.h
cli-dump.c * cli/cli-dump.c: Change fopen modes to use binary open modes 2002-08-09 16:36:10 +00:00
cli-dump.h
cli-script.c 2002-08-26 Joel Brobecker <brobecker@gnat.com> 2002-08-27 01:09:09 +00:00
cli-script.h
cli-setshow.c 2002-07-30 Andrew Cagney <ac131313@redhat.com> 2002-07-30 13:45:15 +00:00
cli-setshow.h
cli-utils.c
cli-utils.h