OSDN Git Service

2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Tue, 20 Jan 2004 02:04:19 +0000 (02:04 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 20 Jan 2004 02:04:19 +0000 (02:04 +0000)
commit63b18d14874a8148106a8700671b1d34d95768f7
tree662ddf4e58111eabc5a17e61810682f92a0ef6a0
parent640a2fd2f128740cee96f549794d92c0009ba1f7
2004-01-19  Jeff Johnston  <jjohnstn@redhat.com>

        * linespec.c (decode_variable, symtab_from_filename):  Call
        error_silent with error message instead of throwing an exception
        directly.
        * defs.h (error_silent, error_output_message): Add prototypes.
        (catch_exceptions_with_msg): Ditto.
        * utils.c (error_silent, error_output_message): New functions.
        * top.c (catch_exceptions_with_msg): New function.
gdb/ChangeLog
gdb/defs.h
gdb/linespec.c
gdb/top.c
gdb/utils.c