binutils-gdb/gdb/mi
Pedro Alves f3b1572e1a gdb/
* mi/mi-interp.c (mi_interpreter_init): Attach mi_about_to_proceed
	to the about_to_proceed observer notification.
	(mi_about_to_proceed): New.
	(mi_on_resume): Only output ^running and the prompt here if the
	target was proceeded.
	* breakpoint.c (breakpoint_proceeded): New static.
	(breakpoint_about_to_proceed): New.
	(_initialize_breakpoints): Attach breakpoint_about_to_proceed to
	the about_to_proceed observer notification.
	* inferior.h (breakpoint_proceeded): Delete declaration.
	* infrun.c (clear_proceed_status): Don't set breakpoint_proceeded.
	Notify the about_to_proceed observers.
	(struct inferior_status): Delete breakpoint_proceeded member.
	(save_inferior_status): Don't save it.
	(restore_inferior_status): Don't restore it.
	* mi-main.h (mi_proceeded): Declare.
	* mi/mi-main.c (mi_cmd_execute): Clear mi_proceeded before running
	a command.

gdb/doc/

	* observer.texi (about_to_proceed): New.
2009-03-22 18:06:07 +00:00
..
ChangeLog-1999-2003 Eliminate the old mi/tui specific ChangeLog files as in ... 2004-01-12 15:16:44 +00:00
gdb-mi.el Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-cmd-break.c * breakpoint.c (create_breakpoint, create_breakpoints) 2009-01-30 18:28:01 +00:00
mi-cmd-disas.c * disasm.c (gdb_disassembly): Remove unused argument 2009-03-10 08:53:53 +00:00
mi-cmd-env.c Check return values of functions declared with warn_unused_result 2009-01-06 18:31:59 +00:00
mi-cmd-file.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-cmd-stack.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-cmd-target.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-cmd-var.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-cmds.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-cmds.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-common.c 2008-02-21 Pedro Alves <pedro@codesorcery.com> 2009-02-21 16:14:50 +00:00
mi-common.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-console.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-console.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-getopt.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-getopt.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-interp.c gdb/ 2009-03-22 18:06:07 +00:00
mi-main.c gdb/ 2009-03-22 18:06:07 +00:00
mi-main.h gdb/ 2009-03-22 18:06:07 +00:00
mi-out.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-out.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-parse.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-parse.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-symbol-cmds.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00