binutils-gdb/gdb/tui
Ulrich Weigand 06d3b283b1 doc/ChangeLog:
* observer.texi (GDB Observers): New observer "new_objfile".

ChangeLog:

	* observer.sh: Add "struct objfile" forward declaration.
	* target.h (deprecated_target_new_objfile_hook): Remove.
	* symfile.c (deprecated_target_new_objfile_hook): Remove.
	(clear_symtab_users): Call observer_notify_new_objfile.
	(symbol_file_add_with_addrs_or_offsets): Likewise.
	* rs6000-nat.c: Include "observer.h".
	(vmap_ldinfo): Call observer_notify_new_objfile.
	(xcoff_relocate_core): Likewise.
	* remote.c (remote_new_objfile_chain): Remove.
	(remote_new_objfile): Do not call remote_new_objfile_chain.
	(_initialize_remote): Use observer_attach_new_objfile.
	* tui/tui-hooks.c (tui_target_new_objfile_chain): Remove.
	(tui_new_objfile_hook): Do not call tui_target_new_objfile_chain.
	(_initialize_tui_hooks): Use observer_attach_new_objfile.
	* aix-thread.c: Include "observer.h".
	(target_new_objfile_chain): Remove.
	(new_objfile): Do not call target_new_objfile_chain.
	(_initialize_aix_thread): Use observer_attach_new_objfile.
	* hpux-thread.c: Include "observer.h"
	(target_new_objfile_chain): Remove.
	(hpux_thread_new_objfile): Make static.  Do not call
	target_new_objfile_chain.
	(_initialize_hpux_thread): Use observer_attach_new_objfile.
	* linux-thread-db.c: Include "observer.h".
	(target_new_objfile_chain): Remove.
	(thread_db_new_objfile): Do not call target_new_objfile_chain.
	(_initialize_thread_db): Use observer_attach_new_objfile.
	* sol-thread.c: Include "observer.h".
	(target_new_objfile_chain): Remove.
	(sol_thread_new_objfile): Make static.  Do not call
	target_new_objfile_chain.
	(_initialize_sol_thread): Use observer_attach_new_objfile.
	* Makefile.in (aix-thread.o, hpux-thread.o, linux-thread-db.o,
	rs6000-nat.o, sol-thread.o, tui-hooks.o): Add dependency on
	$(observer_h).
2007-05-11 19:55:20 +00:00
..
ChangeLog-1998-2003
tui-command.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-command.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-data.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-data.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-disasm.c * frame.c (deprecated_selected_frame): Rename to... 2007-02-27 19:46:04 +00:00
tui-disasm.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-file.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-file.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-hooks.c doc/ChangeLog: 2007-05-11 19:55:20 +00:00
tui-hooks.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-interp.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-io.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-io.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-layout.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-layout.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-main.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-out.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-regs.c * regcache.c (regcache_invalidate): New function. 2007-05-06 19:37:31 +00:00
tui-regs.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-source.c * frame.c (deprecated_selected_frame): Rename to... 2007-02-27 19:46:04 +00:00
tui-source.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-stack.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-stack.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-win.c * frame.c (deprecated_selected_frame): Rename to... 2007-02-27 19:46:04 +00:00
tui-win.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-windata.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-windata.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-wingeneral.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-wingeneral.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui-winsource.c * frame.c (deprecated_selected_frame): Rename to... 2007-02-27 19:46:04 +00:00
tui-winsource.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tui.c * frame.c (deprecated_selected_frame): Rename to... 2007-02-27 19:46:04 +00:00
tui.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00