binutils-gdb/gdb/cli
Tom Tromey ac5007fd4e fix cli-script.c
read_command_lines_1 had some (IMNSHO) spaghetti-ish code for cleanup
handling.  This makes the code much simpler to understand, by
introducing an outer cleanup.

This is another case where a stylistic change for the checker is also
nice for the reader.

	* cli/cli-script.c (read_command_lines_1): Use a null cleanup
	for 'old_chain'.  Do not check 'head' before processing
	cleanups.
2013-05-30 17:36:29 +00:00
..
cli-cmds.c some cleanup checker fixes 2013-05-30 16:24:36 +00:00
cli-cmds.h
cli-decode.c
cli-decode.h
cli-dump.c some cleanup checker fixes 2013-05-30 16:24:36 +00:00
cli-dump.h
cli-interp.c
cli-logging.c simplify cli-logging.c for analysis 2013-05-30 17:13:19 +00:00
cli-script.c fix cli-script.c 2013-05-30 17:36:29 +00:00
cli-script.h
cli-setshow.c
cli-setshow.h
cli-utils.c
cli-utils.h