diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-01-20 02:04:19 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-01-20 02:04:19 +0000 |
commit | 4fcef00ad0f7de5a38ce1431e9db564aa3508871 (patch) | |
tree | c6c24f8ed847db8e72d197e8dbaaab60bc0e84c3 /gdb/ChangeLog | |
parent | 53a83a21c7ab484d1e5c3dec1ccb976cbeb50924 (diff) | |
download | gdb-4fcef00ad0f7de5a38ce1431e9db564aa3508871.zip gdb-4fcef00ad0f7de5a38ce1431e9db564aa3508871.tar.gz gdb-4fcef00ad0f7de5a38ce1431e9db564aa3508871.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 67668ea..753e1a8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +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. + 2004-01-20 Nick Roberts <nick@nick.uklinux.net> * mi/mi-cmds.h (enum print_values): Add definition. |