* cli/cli-interp.c (struct captured_execute_command_args):
authorTom Tromey <tromey@redhat.com>
Mon, 4 Apr 2011 18:13:05 +0000 (18:13 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 4 Apr 2011 18:13:05 +0000 (18:13 +0000)
commit04bd08de86a7768754137e2c03fa92c3af0140b0
treed275abdef7ef5a3c1f37ec246201f12e417d6f16
parent58438ac18761353e6d8461c914992071d4fcb1d3
* cli/cli-interp.c (struct captured_execute_command_args):
Remove.
(do_captured_execute_command): Remove.
(safe_execute_command): Use TRY_CATCH.
* cli/cli-script.c (struct wrapped_read_command_file_args):
Remove.
(wrapped_read_command_file): Remove.
(script_from_file): Use TRY_CATCH.
* exceptions.c (catch_exception): Remove.
* exceptions.h (catch_exception): Remove.
(deprecated_throw_reason): Update comment.
* mi/mi-main.c (captured_mi_execute_command): Change 'data'
argument to 'context'.
(mi_execute_command): Use TRY_CATCH.
* remote.c (struct start_remote_args): Remove.
(remote_start_remote): Update; change arguments.
(remote_open_1): Use TRY_CATCH.
gdb/ChangeLog
gdb/cli/cli-interp.c
gdb/cli/cli-script.c
gdb/exceptions.c
gdb/exceptions.h
gdb/mi/mi-main.c
gdb/remote.c