8sa1-binutils-gdb/gdb/mi
Tom Tromey cd82eddcf1 fix mi-cmd-stack.c
mi-cmd-stack.d had a conditional cleanup, "cleanup_tuple" that
confused the checker.  However, there was no need for this, since it
was only used via do_cleanups at the end of the function, just before
another call to do_cleanups.

So, while this is a stylistic patch for the checker, I also consider
it a generic improvement for readers of the code.

	* mi/mi-cmd-stack.c (list_arg_or_local): Remove
	"cleanup_tuple".
2013-05-30 17:35:40 +00:00
..
ChangeLog-1999-2003
mi-cmd-break.c mi/mi-cmd-break.c: Use xsnprintf instead of sprintf (ARI fix) 2013-05-23 06:39:42 +00:00
mi-cmd-break.h
mi-cmd-catch.c
mi-cmd-disas.c
mi-cmd-env.c
mi-cmd-file.c
mi-cmd-info.c
mi-cmd-stack.c fix mi-cmd-stack.c 2013-05-30 17:35:40 +00:00
mi-cmd-target.c
mi-cmd-var.c
mi-cmds.c gdb/ 2013-05-30 00:25:16 +00:00
mi-cmds.h 2013-05-21 Hui Zhu <hui@codesourcery.com> 2013-05-21 04:18:55 +00:00
mi-common.c
mi-common.h
mi-console.c
mi-console.h
mi-getopt.c
mi-getopt.h
mi-interp.c * mi/mi-cmds.h (mi_execute_command): Make "cmd" const. 2013-03-12 18:50:39 +00:00
mi-main.c fix list_available_thread_groups 2013-05-30 17:04:47 +00:00
mi-main.h
mi-out.c
mi-out.h
mi-parse.c * mi/mi-cmds.h (mi_execute_command): Make "cmd" const. 2013-03-12 18:50:39 +00:00
mi-parse.h * mi/mi-cmds.h (mi_execute_command): Make "cmd" const. 2013-03-12 18:50:39 +00:00
mi-symbol-cmds.c