mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
2005-01-19 Andrew Cagney <cagney@gnu.org>
* exceptions.h (deprecated_throw_reason): Rename throw_reason. * exceptions.c (deprecated_throw_reason): Rename throw_reason. * utils.c (internal_verror, quit): Update. * remote-sds.c (interrupt_query): Update. * remote-mips.c (mips_error, mips_kill): Update. * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update. * remote.c (interrupt_query): Update. * ocd.c (interrupt_query): Update. * nto-procfs.c (interrupt_query): Update. * monitor.c (monitor_interrupt_query): Update. * breakpoint.c (break_command_1): Update.
This commit is contained in:
@@ -85,13 +85,16 @@ extern void exception_fprintf (struct ui_file *file, struct exception e,
|
||||
Wombat. */
|
||||
|
||||
extern NORETURN void throw_exception (struct exception exception) ATTR_NORETURN;
|
||||
extern NORETURN void throw_reason (enum return_reason reason) ATTR_NORETURN;
|
||||
extern NORETURN void throw_verror (enum errors, const char *fmt,
|
||||
va_list ap) ATTR_NORETURN;
|
||||
extern NORETURN void throw_vfatal (const char *fmt, va_list ap) ATTR_NORETURN;
|
||||
extern NORETURN void throw_error (enum errors error, const char *fmt,
|
||||
...) ATTR_NORETURN ATTR_FORMAT (printf, 2, 3);
|
||||
|
||||
/* Instead of deprecated_throw_reason, code should use catch_exception
|
||||
and throw_exception. */
|
||||
extern NORETURN void deprecated_throw_reason (enum return_reason reason) ATTR_NORETURN;
|
||||
|
||||
/* Call FUNC(UIOUT, FUNC_ARGS) but wrapped within an exception
|
||||
handler. If an exception (enum return_reason) is thrown using
|
||||
throw_exception() than all cleanups installed since
|
||||
|
||||
Reference in New Issue
Block a user