binutils-gdb/gdb/tui
Tom Tromey d525a99be1 Add "name" method to class interp
In a review Pedro pointed out that interp::name is intended to be
read-only, and so an accessor would be a better fit.  This patch
renames the field and adds a "name" method that is used instead.

ChangeLog
2018-05-25  Tom Tromey  <tom@tromey.com>

	* tui/tui.c (tui_enable): Update.
	* mi/mi-interp.c (mi_interp::init): Update.
	* interps.h (class interp) <name>: New method.
	<m_name>: Rename from name.
	(~scoped_restore_interp): Update.
	* interps.c (interp::interp): Update.
	(interp_add, interp_set, interp_lookup_existing)
	(current_interp_named_p): Update.
2018-05-25 12:41:02 -06:00
..
ChangeLog-1998-2003
tui-command.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-command.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-data.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-data.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-disasm.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-disasm.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-file.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-file.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-hooks.c Convert observers to C++ 2018-03-19 09:37:49 -06:00
tui-hooks.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-interp.c Change the as_*_interp functions to use dynamic_cast 2018-05-25 12:41:00 -06:00
tui-io.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-io.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-layout.c Update help strings in TUI 2018-05-24 12:29:21 -06:00
tui-layout.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-out.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-out.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-regs.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-regs.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-source.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-source.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-stack.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-stack.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-win.c Update help strings in TUI 2018-05-24 12:29:21 -06:00
tui-win.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-windata.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-windata.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-wingeneral.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-wingeneral.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-winsource.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui-winsource.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tui.c Add "name" method to class interp 2018-05-25 12:41:02 -06:00
tui.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00