binutils-gdb/gdb/mi
Andrew Cagney 60250e8b18 2005-01-12 Andrew Cagney <cagney@gnu.org>
* exceptions.h (enum return_reason, RETURN_MASK)
	(RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
	(return_mask, throw_exception, catch_exceptions_ftype)
	(catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
	(catch_command_errors_ftype, catch_command_errors): Move to
	exceptions.h.
	* exceptions.c, exceptions.h: New files.
	* top.c: Do not include <setjmp.h>.
	(SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
	(throw_exception, catcher, catch_exceptions)
	(catch_exceptions_with_msg, struct catch_errors_args)
	(do_catch_errors, catch_errors, struct captured_command_args)
	(do_captured_command, catch_command_errors): Move to exceptions.c.
	* wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
	* tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
	* symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
	* remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
	* remote-e7000.c, objc-lang.c, ocd.c: Ditto.
	* remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
	* main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
	* hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
	* corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
	* ada-valprint.c, ada-lang.c: Ditto.
	* Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
	exceptions.o.  Update all dependencies.
2005-01-12 18:31:35 +00:00
..
ChangeLog-1999-2003
gdb-mi.el Index: ChangeLog 2004-07-26 21:52:34 +00:00
mi-cmd-break.c 2004-06-26 Andrew Cagney <cagney@gnu.org> 2004-06-26 20:37:13 +00:00
mi-cmd-disas.c
mi-cmd-env.c 2004-06-01 Andrew Cagney <cagney@gnu.org> 2004-06-01 13:33:58 +00:00
mi-cmd-file.c Add the -file-list-exec-source-files command to MI. 2004-06-10 20:05:45 +00:00
mi-cmd-stack.c 2004-10-29 Andrew Cagney <cagney@gnu.org> 2004-10-29 20:23:17 +00:00
mi-cmd-var.c 2004-06-01 Andrew Cagney <cagney@gnu.org> 2004-06-01 13:33:58 +00:00
mi-cmds.c Add the -file-list-exec-source-files command to MI. 2004-06-10 20:05:45 +00:00
mi-cmds.h Add the -file-list-exec-source-files command to MI. 2004-06-10 20:05:45 +00:00
mi-console.c
mi-console.h
mi-getopt.c
mi-getopt.h
mi-interp.c 2004-09-13 Andrew Cagney <cagney@gnu.org> 2004-09-13 18:26:31 +00:00
mi-main.c 2005-01-12 Andrew Cagney <cagney@gnu.org> 2005-01-12 18:31:35 +00:00
mi-main.h
mi-out.c
mi-out.h
mi-parse.c
mi-parse.h
mi-symbol-cmds.c