binutils-gdb/gdb/mi
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-1999-2003
mi-cmd-break.c Use function_view in cli-script.c 2018-05-04 15:58:08 -06:00
mi-cmd-break.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mi-cmd-catch.c Change ada_catchpoint::excep_string to be a std::string 2018-05-21 10:01:15 -06:00
mi-cmd-disas.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mi-cmd-env.c Move some declarations to source.h 2018-02-14 08:09:52 -07:00
mi-cmd-file.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mi-cmd-info.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mi-cmd-stack.c Add missing "breaks" 2018-05-04 22:04:46 -06:00
mi-cmd-target.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mi-cmd-var.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mi-cmds.c (Ada) Add gdb-mi support for stopping at start of exception handler. 2018-01-31 13:42:30 +01:00
mi-cmds.h (Ada) Add gdb-mi support for stopping at start of exception handler. 2018-01-31 13:42:30 +01:00
mi-common.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mi-common.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mi-console.c Implement write_async_safe for mi_console_file (PR 22299) 2018-04-07 13:48:06 -04:00
mi-console.h Implement write_async_safe for mi_console_file (PR 22299) 2018-04-07 13:48:06 -04:00
mi-getopt.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mi-getopt.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mi-interp.c Add "name" method to class interp 2018-05-25 12:41:02 -06:00
mi-interp.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mi-main.c Remove interp_ui_out 2018-05-25 12:41:01 -06:00
mi-main.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mi-out.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mi-out.h Make do_is_mi_like_p const. 2018-04-30 12:59:03 -06:00
mi-parse.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mi-parse.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mi-symbol-cmds.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00