OSDN Git Service

2005-01-14 Andrew Cagney <cagney@gnu.org>
authorcagney <cagney>
Fri, 14 Jan 2005 22:59:32 +0000 (22:59 +0000)
committercagney <cagney>
Fri, 14 Jan 2005 22:59:32 +0000 (22:59 +0000)
commitde1be95eddaf781e3ee4406105a883338fe9cec0
tree4d15746f1c858661c8c884c61abf213f519fbba6
parent5e2942c8d8ddc3410686002070dcc2d53f83df45
2005-01-14  Andrew Cagney  <cagney@gnu.org>

* exceptions.h (exception_fprintf): Declare.
(exception_print): Drop pre_print parameter.
* mi/mi-main.c (mi_execute_command): Update exception_print call.
* cli/cli-interp.c (safe_execute_command): Update exception_print
call.
* remote.c (remote_open_1): Instead of passing an error prefix to
catch_exceptions, use catch_exceptions and exception_fprintf.
(remote_start_remote): Change return type to void.
* breakpoint.c (insert_bp_location): Instead of passing an error
prefix to catch_exceptions, use catch_exceptions and
exception_fprintf.
(insert_catchpoint): Change return type to void.
(break_command_1): Update exception_print call.
* exceptions.c (exception_fprintf): New function.
(print_exception): New function.
(exception_print): Use print_exception.
gdb/ChangeLog
gdb/breakpoint.c
gdb/cli/cli-interp.c
gdb/exceptions.c
gdb/exceptions.h
gdb/mi/mi-main.c
gdb/remote.c