This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: set print object on should affect MI varobjs (PR mi/13393)


On Sat, Mar 31, 2012 at 2:34 AM, xgsa <xgsa@yandex.ru> wrote:
> Hi,
>
> Here is the previous patch with the Tom's and Eli's review comments fixed.

Hi.  ChangeLog nit:

To improve the S/N ratio of the ChangeLog entry, instead of:

	(adjust_value_for_child_access): Extended with a new parameter which
	specify whether the given value should be casted to enclosing type.
	(c_number_of_children): Updated for extended
	adjust_value_for_child_access.
	(c_describe_child): Updated for extended
	adjust_value_for_child_access.
	(cplus_number_of_children): Updated for extended
	adjust_value_for_child_access.
	(cplus_describe_child): Updated for extended
	adjust_value_for_child_access.

write this:

	(adjust_value_for_child_access): Extended with a new parameter which
	specify whether the given value should be casted to enclosing type.
        All callers updated.

and that's it.
I.e., don't write entries for each caller, just say "All callers updated."

[I know, a bit of a hassle this time, but next time you'll have less
to type. :-)]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]