binutils-gdb/gdb/tui
Tom Tromey 383f836e20 gdb:
* tui/tui-hooks.c: Include observer.h.
	(tui_event_default, tui_old_event_hooks, tui_event_hooks):
	Remove.
	(tui_bp_created_observer, tui_bp_deleted_observer,
	tui_bp_modified_observer): New globals.
	(tui_install_hooks): Use observers, not events.
	(tui_remove_hooks): Likewise.
	* mi/mi-cmd-break.c: Include observer.h, not gdb-events.h.
	(mi_breakpoint_observers_installed, mi_can_breakpoint_notify): New
	globals.
	(breakpoint_notify): Check mi_can_breakpoint_notify.
	(breakpoint_hooks): Remove.
	(mi_cmd_break_insert): Attach observers.  Don't use events.
	* tracepoint.c: Include observer.h, not gdb-events.h.
	(tracepoint_operation, trace_pass_command): Notify observer.
	* interps.c: Don't include gdb-events.h.
	(clear_interpreter_hooks): Don't call clear_gdb_event_hooks.
	* gdbarch.c: Rebuild.
	* gdbarch.sh: Emit include for observer.h, not gdb-events.h.
	(deprecated_current_gdbarch_select_hack): Notify observer.
	* breakpoint.h: Don't include gdb-events.h.
	* breakpoint.c: Don't include gdb-events.h.
	(condition_command): Notify observer.
	(commands_command): Likewise.
	(commands_from_control_command): Likewise.
	(mention, delete_breakpoint, set_ignore_count): Likewise.
	(disable_breakpoint, do_enable_breakpoint): Likewise.
	* Makefile.in (gdb_events_h): Remove.
	(breakpoint_h): Update.
	(COMMON_OBS): Remove gdb-events.o.
	(gdb-events.o): Remove.
	(breakpoint.o, gdbarch.o, interps.o, tracepoint.o, gdbtk-bp.o,
	gdbtk-hooks.o, mi-cmd-break.o, tui-hooks.o): Update.
	* gdb-events.c: Remove.
	* gdb-events.h: Remove.
	* gdb-events.sh: Remove.
gdb/doc:
	* observer.texi (GDB Observers): Document new observers:
	breakpoint_created, breakpoint_deleted, breakpoint_modified,
	tracepoint_created, tracepoint_deleted, tracepoint_modified,
	architecture_changed.
gdb/gdbtk:
	* generic/gdbtk-hooks.c: Include observer.h, not gdb-events.h.
	(gdbtk_add_hooks): Use observers, not events.
	(gdbtk_architecture_changed): Add argument, for observer.
	* generic/gdbtk-bp.c: Include observer.h.
	(gdb_set_bp): Notify observer.
	(gdb_set_bp_addr): Likewise.
2008-07-25 16:12:03 +00:00
..
ChangeLog-1998-2003 Eliminate the old mi/tui specific ChangeLog files as in ... 2004-01-12 15:16:44 +00:00
tui-command.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-command.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-data.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-data.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-disasm.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-disasm.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-file.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-file.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-hooks.c gdb: 2008-07-25 16:12:03 +00:00
tui-hooks.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-interp.c * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups) 2008-03-14 19:55:51 +00:00
tui-io.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-io.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-layout.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-layout.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-main.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-out.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-regs.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-regs.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-source.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-source.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-stack.c * annotate.c (annotate_source, annotate_frame_begin): Replace 2008-05-23 04:31:40 +00:00
tui-stack.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-win.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-win.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-windata.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-windata.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-wingeneral.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-wingeneral.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-winsource.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui-winsource.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
tui.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00