diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-12-31 03:05:15 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-12-31 03:05:15 +0000 |
commit | 96e5f1615098b7cf7a528b03c097e81ee807b115 (patch) | |
tree | 2e49a19d7977c8f818c5a7ceb7ce9a6d506a7a9c /gdb/main.c | |
parent | e450eb45f5e0022e49fddbb9046a964253e5c446 (diff) | |
download | gdb-96e5f1615098b7cf7a528b03c097e81ee807b115.zip gdb-96e5f1615098b7cf7a528b03c097e81ee807b115.tar.gz gdb-96e5f1615098b7cf7a528b03c097e81ee807b115.tar.bz2 |
* remote-mips.c (mips_error): New function.
* remote-mips.c: Use it instead of error() most places.
* remote-mips.c (mips_receive_packet): New arg throw_error.
(mips_initialize): Use it not catch_errors.
* defs.h: Declare error_pre_print and warning_pre_print here...
* main.c: ...not here.
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -186,14 +186,6 @@ extern char *host_canonical; extern char *target_canonical; -/* Message to be printed before the error message, when an error occurs. */ - -extern char *error_pre_print; - -/* Message to be printed before the warning message, when a warning occurs. */ - -extern char *warning_pre_print; - extern char lang_frame_mismatch_warn[]; /* language.c */ /* Flag for whether we want all the "from_tty" gubbish printed. */ |