Simon Marchi d0e39ea27c gdb: add type::name / type::set_name
Add the `name` and `set_name` methods on `struct type`, in order to
remove the `TYPE_NAME` macro.  In this patch, the `TYPE_NAME` macro is
changed to use `type::name`, so all the call sites that are used to set
the type name are changed to use `type::set_name`.  The next patch will
remove `TYPE_NAME` completely.

gdb/ChangeLog:

	* gdbtypes.h (struct type) <name, set_name>: New methods.
	(TYPE_CODE): Use type::name.  Change all call sites used to set
	the name to use type::set_name instead.
2020-05-16 12:36:05 -04:00
..
2020-03-31 07:29:53 -06:00
2020-02-08 13:43:24 -07:00
2020-03-26 09:28:26 -06:00
2020-03-26 09:28:09 -06:00
2020-03-26 09:28:09 -06:00
2020-05-14 13:46:38 -04:00
2020-02-08 13:40:59 -07:00
2020-02-08 13:43:24 -07:00
2020-02-08 13:43:24 -07:00
2020-03-26 09:28:20 -06:00
2020-03-26 09:28:20 -06:00
2020-05-14 13:46:38 -04:00
2020-05-16 12:36:05 -04:00