From d75e3c94b3e236ab6aadcad497264f32b48c921e Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 5 Nov 2004 20:32:04 +0000 Subject: 2004-11-05 Jeff Johnston * defs.h (fatal, vfatal): New function prototypes. * stack.c (backtrace_command_stub): Stub to call backtrace_command_1 via catch_errors. (backtrace_command): Change to call backtrace_command_stub via catch_errors instead of calling backtrace_command_1 directly. (backtrace_full_command): Ditto. * utils.c (error_stream_1): New static function. (verror): Change to call error_stream_1 instead of error_stream. (error_stream): Call error_stream_1 with RETURN_ERROR argument. (vfatal, fatal): New functions. --- gdb/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 62312f3..cd8aac4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2004-11-05 Jeff Johnston + + * defs.h (fatal, vfatal): New function prototypes. + * stack.c (backtrace_command_stub): Stub to call backtrace_command_1 + via catch_errors. + (backtrace_command): Change to call backtrace_command_stub via + catch_errors instead of calling backtrace_command_1 directly. + (backtrace_full_command): Ditto. + * utils.c (error_stream_1): New static function. + (verror): Change to call error_stream_1 instead of error_stream. + (error_stream): Call error_stream_1 with RETURN_ERROR argument. + (vfatal, fatal): New functions. + 2004-11-05 Andrew Cagney * stack.c (parse_frame_specification_1): Clear selected_frame_p -- cgit v1.1