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: [RFA] patch for [Bug gdb/11253]


Hi Hui,

On Sun, 28 Feb 2010 16:37:56 +0100, Hui Zhu wrote:
> I think your patch is more better.
> Thanks.  :)

I wanted to submit now a comment to target.c INHERIT is deprecated but I have
found now the notice is already there:

	   NOTE: cagney/2003-10-17: The problem with this inheritance, as it
	   is currently implemented, is that it discards any knowledge of
	   which target an inherited method originally belonged to.
	   Consequently, new new target methods should instead explicitly and
	   locally search the target stack for the target that can handle the
	   request.  */

	static void
	update_current_target (void)

which proves my patch should be dropped, I just was not sure before.


Sorry,
Jan


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