Tom Tromey
5fe41fbfa2
* valops.c (find_overload_match): Call do_cleanups before early
return.
* top.c (execute_command): Call do_cleanups before early return.
(command_loop): Likewise.
* stack.c (backtrace_command): Make a null cleanup early. Don't
conditionally call do_cleanups.
* python/py-value.c (TRY_CATCH): Move cleanup handling into
TRY_CATCH.
* python/py-breakpoint.c (gdbpy_breakpoint_has_py_cond): Rearrange
so cleanups are always run.
* mi/mi-cmd-var.c (mi_cmd_var_delete): Reset old_cleanups.
* findcmd.c (parse_find_args): Call do_cleanups on early return
path.
* dbxread.c (elfstab_build_psymtabs): Make a null cleanup early.
Don't conditionally call do_cleanups.
* cli/cli-script.c (execute_user_command): Initialize 'old_chain'
later.
2011-06-27 19:21:51 +00:00
..
2011-06-07 17:26:47 +00:00
2011-01-01 15:34:07 +00:00
2011-04-19 18:04:11 +00:00
2011-03-12 22:59:24 +00:00
2011-06-03 23:47:46 +00:00
2011-02-21 18:13:17 +00:00
2011-04-04 18:13:05 +00:00
2011-01-06 00:57:05 +00:00
2011-06-27 19:21:51 +00:00
2011-01-01 15:34:07 +00:00
2011-02-14 23:41:33 +00:00
2011-01-01 15:34:07 +00:00
2011-03-16 21:12:12 +00:00
2011-03-16 21:12:12 +00:00