[RFA] c++/12506

Keith Seitz keiths@redhat.com
Wed Mar 23 21:44:00 GMT 2011


On 03/14/2011 11:36 AM, Jan Kratochvil wrote:
> On Thu, 03 Mar 2011 18:32:47 +0100, Keith Seitz wrote:
>> This patch is an attempt to fix c++/12506. In that bug, gdb is
>> unable to set a breakpoint in a method because the compiler has
>> output different type dies for the declaration and the definition of
>> the subprogram.

I am withdrawing this patch.  It only appears to work because the method 
f1 is not overloaded, and hence, we find only a single matching method 
in find_methods.

Given the stricter/harder requirements of c++/12266, I think it best if 
I fix that one properly. Perhaps the user who filed c++/12506 might be 
able to use this patch as a workaround for his immediate needs until I 
can get this fixed properly.

Keith



More information about the Gdb-patches mailing list