2004-11-05 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Fri, 5 Nov 2004 20:32:04 +0000 (20:32 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Fri, 5 Nov 2004 20:32:04 +0000 (20:32 +0000)
commitd75e3c94b3e236ab6aadcad497264f32b48c921e
treeae41749e48fd6dd60a8caa409f089fc44caafc96
parent98f276a08832a7fb1ee2707a6e4a3e44d1d4b349
2004-11-05  Jeff Johnston  <jjohnstn@redhat.com>

        * 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
gdb/defs.h
gdb/stack.c
gdb/utils.c
This page took 0.026761 seconds and 4 git commands to generate.