binutils-gdb/gdb/tui
Jan Kratochvil 56d397a382 gdb/
* source.c (print_source_lines_base): Print for TUI also "fullname".
	* tui/tui-data.c (init_content_element): Change tui_locator_element
	field to full_name.
	* tui/tui-data.h (struct tui_locator_element): Likewise.
	* tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
	tui_update_locator_filename calls to tui_update_locator_fullname.
	Replace symtab->filename refererence by symtab_to_fullname call.
	* tui/tui-out.c (tui_field_string): Check for "fullname" now.
	* tui/tui-source.c (tui_set_source_content): Change tui_locator_element
	field to full_name.  Replace symtab->filename refererence by
	symtab_to_fullname call.
	(tui_show_symtab_source): Rename parameter to fullname.  Change
	tui_locator_element field to full_name.
	* tui/tui-stack.c: Include source.h.
	(tui_set_locator_filename): Rename the declaration to ...
	(tui_set_locator_fullname): ... here.  Rename its parameter to
	fullname, updates its comment.
	(tui_set_locator_info): Rename its parameter to fullname.
	(tui_set_locator_filename): Rename the definition to ...
	(tui_set_locator_fullname): ... here.  Rename its parameter to
	fullname, updates its comment.  Change tui_locator_element field to
	full_name.
	(tui_set_locator_info): Rename its parameter to fullname.
	(tui_set_locator_info): Rename callee to tui_set_locator_fullname.
	(tui_update_locator_filename): Rename to ...
	(tui_update_locator_fullname): ... here. Rename callee to
	tui_set_locator_fullname.
	(tui_show_frame_info): Replace symtab->filename refererence by
	symtab_to_fullname call.
	* tui/tui-stack.h (tui_update_locator_filename): Rename to ...
	(tui_update_locator_fullname): ... here.
	* tui/tui-winsource.c (tui_display_main): Rename the callee to
	tui_update_locator_fullname.  Replace symtab->filename refererence by
	symtab_to_fullname call.
	* tui/tui.c (tui_show_source): Rename its parameter to fullname.
	Rename the callee to tui_update_locator_fullname.
	* tui/tui.h (tui_show_source): Rename its parameter to fullname.
2013-02-03 16:16:42 +00:00
..
ChangeLog-1998-2003
tui-command.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-command.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-data.c gdb/ 2013-02-03 16:16:42 +00:00
tui-data.h gdb/ 2013-02-03 16:16:42 +00:00
tui-disasm.c gdb/ 2013-02-03 16:16:42 +00:00
tui-disasm.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-file.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-file.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-hooks.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-hooks.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-interp.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-io.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-io.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-layout.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-layout.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-out.c gdb/ 2013-02-03 16:16:42 +00:00
tui-regs.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-regs.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-source.c gdb/ 2013-02-03 16:16:42 +00:00
tui-source.h gdb/ 2013-01-10 21:15:51 +00:00
tui-stack.c gdb/ 2013-02-03 16:16:42 +00:00
tui-stack.h gdb/ 2013-02-03 16:16:42 +00:00
tui-win.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-win.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-windata.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-windata.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-wingeneral.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-wingeneral.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui-winsource.c gdb/ 2013-02-03 16:16:42 +00:00
tui-winsource.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tui.c gdb/ 2013-02-03 16:16:42 +00:00
tui.h gdb/ 2013-02-03 16:16:42 +00:00